Searched refs:ClonedLoopBlocks (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 144 LI, DT, ClonedLoopBlocks); in cloneLoopWithPreheader() 165 remapInstructionsInBlocks(ClonedLoopBlocks, VMap); in remapInstructions() 223 SmallVector<BasicBlock *, 8> ClonedLoopBlocks; member in __anonb8d124ee0111::InstPartition
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 178 LI, DT, ClonedLoopBlocks); in cloneLoopWithPreheader() 199 remapInstructionsInBlocks(ClonedLoopBlocks, VMap); in remapInstructions() 257 SmallVector<BasicBlock *, 8> ClonedLoopBlocks; member in __anon2993db260111::InstPartition
|
D | SimpleLoopUnswitch.cpp | 1137 SmallSetVector<BasicBlock *, 16> ClonedLoopBlocks; in buildClonedLoops() local 1140 ClonedLoopBlocks.insert(ClonedBB); in buildClonedLoops() 1156 assert(ClonedLoopBlocks.count(Pred) && "Found a predecessor of the loop " in buildClonedLoops() 1184 if (ClonedLoopBlocks.count(Pred) && in buildClonedLoops() 1256 for (auto *ClonedBB : ClonedLoopBlocks) in buildClonedLoops() 1318 makeArrayRef(ClonedPH), ClonedLoopBlocks, ClonedExitsInLoops)) in buildClonedLoops()
|