Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anon51f880570111::InstPartition
H A DSimpleLoopUnswitch.cpp1294 SmallSetVector<BasicBlock *, 16> ClonedLoopBlocks; in buildClonedLoops() local
1297 ClonedLoopBlocks.insert(ClonedBB); in buildClonedLoops()
1313 assert(ClonedLoopBlocks.count(Pred) && "Found a predecessor of the loop " in buildClonedLoops()
1341 if (ClonedLoopBlocks.count(Pred) && in buildClonedLoops()
1413 for (auto *ClonedBB : ClonedLoopBlocks) in buildClonedLoops()
1474 makeArrayRef(ClonedPH), ClonedLoopBlocks, ClonedExitsInLoops)) in buildClonedLoops()