Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp184 LI, DT, ClonedLoopBlocks); in cloneLoopWithPreheader()
205 remapInstructionsInBlocks(ClonedLoopBlocks, VMap); in remapInstructions()
262 SmallVector<BasicBlock *, 8> ClonedLoopBlocks; member in __anon5f80120c0111::InstPartition
H A DSimpleLoopUnswitch.cpp1459 SmallSetVector<BasicBlock *, 16> ClonedLoopBlocks; in buildClonedLoops()
1462 ClonedLoopBlocks.insert(ClonedBB); in buildClonedLoops()
1478 assert(ClonedLoopBlocks.count(Pred) && "Found a predecessor of the loop " in buildClonedLoops()
1506 if (ClonedLoopBlocks.count(Pred) && in buildClonedLoops()
1578 for (auto *ClonedBB : ClonedLoopBlocks) in buildClonedLoops()
1639 ArrayRef(ClonedPH), ClonedLoopBlocks, ClonedExitsInLoops)) in buildClonedLoops()
1458 SmallSetVector<BasicBlock *, 16> ClonedLoopBlocks; buildClonedLoops() local