Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp188 LI, DT, ClonedLoopBlocks); in cloneLoopWithPreheader()
209 remapInstructionsInBlocks(ClonedLoopBlocks, VMap); in remapInstructions()
267 SmallVector<BasicBlock *, 8> ClonedLoopBlocks; member in __anon4e01e93c0111::InstPartition
H A DSimpleLoopUnswitch.cpp1373 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 DCloningTest.cpp435 SmallVector<BasicBlock *, 4> ClonedLoopBlocks; in TEST() local
437 "", &LI, &DT, ClonedLoopBlocks); in TEST()