Searched refs:ClonedLoopBlocks (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDistribute.cpp | 188 LI, DT, ClonedLoopBlocks); in cloneLoopWithPreheader() 209 remapInstructionsInBlocks(ClonedLoopBlocks, VMap); in remapInstructions() 267 SmallVector<BasicBlock *, 8> ClonedLoopBlocks; member in __anon4e01e93c0111::InstPartition
|
| H A D | SimpleLoopUnswitch.cpp | 1373 SmallSetVector<BasicBlock *, 16> ClonedLoopBlocks; in buildClonedLoops() local 1376 ClonedLoopBlocks.insert(ClonedBB); in buildClonedLoops() 1392 assert(ClonedLoopBlocks.count(Pred) && "Found a predecessor of the loop " in buildClonedLoops() 1420 if (ClonedLoopBlocks.count(Pred) && in buildClonedLoops() 1492 for (auto *ClonedBB : ClonedLoopBlocks) in buildClonedLoops() 1553 makeArrayRef(ClonedPH), ClonedLoopBlocks, ClonedExitsInLoops)) in buildClonedLoops()
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | CloningTest.cpp | 435 SmallVector<BasicBlock *, 4> ClonedLoopBlocks; in TEST() local 437 "", &LI, &DT, ClonedLoopBlocks); in TEST()
|