Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp187 LI, DT, ClonedLoopBlocks); in cloneLoopWithPreheader()
208 remapInstructionsInBlocks(ClonedLoopBlocks, VMap); in remapInstructions()
266 SmallVector<BasicBlock *, 8> ClonedLoopBlocks; member in __anonf92e1f230111::InstPartition
H A DSimpleLoopUnswitch.cpp1395 SmallSetVector<BasicBlock *, 16> ClonedLoopBlocks; in buildClonedLoops() local
1398 ClonedLoopBlocks.insert(ClonedBB); in buildClonedLoops()
1414 assert(ClonedLoopBlocks.count(Pred) && "Found a predecessor of the loop " in buildClonedLoops()
1442 if (ClonedLoopBlocks.count(Pred) && in buildClonedLoops()
1514 for (auto *ClonedBB : ClonedLoopBlocks) in buildClonedLoops()
1575 ArrayRef(ClonedPH), ClonedLoopBlocks, ClonedExitsInLoops)) in buildClonedLoops()