Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp189 LI, DT, ClonedLoopBlocks); in cloneLoopWithPreheader()
210 remapInstructionsInBlocks(ClonedLoopBlocks, VMap); in remapInstructions()
268 SmallVector<BasicBlock *, 8> ClonedLoopBlocks; member in __anonc25583c00111::InstPartition
H A DSimpleLoopUnswitch.cpp1347 SmallSetVector<BasicBlock *, 16> ClonedLoopBlocks; in buildClonedLoops() local
1350 ClonedLoopBlocks.insert(ClonedBB); in buildClonedLoops()
1366 assert(ClonedLoopBlocks.count(Pred) && "Found a predecessor of the loop " in buildClonedLoops()
1394 if (ClonedLoopBlocks.count(Pred) && in buildClonedLoops()
1466 for (auto *ClonedBB : ClonedLoopBlocks) in buildClonedLoops()
1527 makeArrayRef(ClonedPH), ClonedLoopBlocks, ClonedExitsInLoops)) in buildClonedLoops()