Home
last modified time | relevance | path

Searched refs:LoopBlockSet (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp463 const BlockFilterSet &LoopBlockSet);
465 const BlockFilterSet &LoopBlockSet);
469 const BlockFilterSet &LoopBlockSet);
471 const MachineLoop &L, const BlockFilterSet &LoopBlockSet);
473 const MachineLoop &L, const BlockFilterSet &LoopBlockSet);
475 const MachineLoop &L, const BlockFilterSet &LoopBlockSet,
481 BlockFrequency ExitFreq, const BlockFilterSet &LoopBlockSet);
484 const BlockFilterSet &LoopBlockSet);
1863 const BlockFilterSet &LoopBlockSet) { in TopFallThroughFreq() argument
1867 if (!LoopBlockSet.count(Pred) && in TopFallThroughFreq()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1582 SmallPtrSet<const BasicBlock *, 16> LoopBlockSet; in recomputeLoopBlockSet() local
1606 if (LoopBlockSet.insert(Pred).second && Pred != Header) in recomputeLoopBlockSet()
1611 if (LoopBlockSet.empty()) in recomputeLoopBlockSet()
1612 return LoopBlockSet; in recomputeLoopBlockSet()
1617 assert(LoopBlockSet.count(BB) && "Didn't put block into the loop set!"); in recomputeLoopBlockSet()
1637 if (!LoopBlockSet.insert(InnerPH).second) in recomputeLoopBlockSet()
1649 assert(LoopBlockSet.count(InnerBB) && in recomputeLoopBlockSet()
1654 LoopBlockSet.insert(InnerBB); in recomputeLoopBlockSet()
1666 if (L.contains(Pred) && LoopBlockSet.insert(Pred).second) in recomputeLoopBlockSet()
1670 assert(LoopBlockSet.count(Header) && "Cannot fail to add the header!"); in recomputeLoopBlockSet()
[all …]