Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp190 LI, DT, ClonedLoopBlocks); in cloneLoopWithPreheader()
211 remapInstructionsInBlocks(ClonedLoopBlocks, VMap); in remapInstructions()
269 SmallVector<BasicBlock *, 8> ClonedLoopBlocks; member in __anonfcfe86310111::InstPartition
H A DSimpleLoopUnswitch.cpp1209 SmallSetVector<BasicBlock *, 16> ClonedLoopBlocks; in buildClonedLoops() local
1212 ClonedLoopBlocks.insert(ClonedBB); in buildClonedLoops()
1228 assert(ClonedLoopBlocks.count(Pred) && "Found a predecessor of the loop " in buildClonedLoops()
1256 if (ClonedLoopBlocks.count(Pred) && in buildClonedLoops()
1328 for (auto *ClonedBB : ClonedLoopBlocks) in buildClonedLoops()
1389 makeArrayRef(ClonedPH), ClonedLoopBlocks, ClonedExitsInLoops)) in buildClonedLoops()