Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp184 LI, DT, ClonedLoopBlocks); in cloneLoopWithPreheader()
205 remapInstructionsInBlocks(ClonedLoopBlocks, VMap); in remapInstructions()
263 SmallVector<BasicBlock *, 8> ClonedLoopBlocks; member in __anonf8d248c20111::InstPartition
H A DSimpleLoopUnswitch.cpp1445 SmallSetVector<BasicBlock *, 16> ClonedLoopBlocks; in buildClonedLoops() local
1448 ClonedLoopBlocks.insert(ClonedBB); in buildClonedLoops()
1464 assert(ClonedLoopBlocks.count(Pred) && "Found a predecessor of the loop " in buildClonedLoops()
1492 if (ClonedLoopBlocks.count(Pred) && in buildClonedLoops()
1564 for (auto *ClonedBB : ClonedLoopBlocks) in buildClonedLoops()
1625 ArrayRef(ClonedPH), ClonedLoopBlocks, ClonedExitsInLoops)) in buildClonedLoops()