Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1383 SmallPtrSet<BasicBlock *, 16> BlocksInClonedLoop; in buildClonedLoops() local
1399 if (BlocksInClonedLoop.insert(Pred).second && Pred != ClonedHeader) in buildClonedLoops()
1406 if (!BlocksInClonedLoop.empty()) { in buildClonedLoops()
1407 BlocksInClonedLoop.insert(ClonedHeader); in buildClonedLoops()
1411 assert(BlocksInClonedLoop.count(BB) && in buildClonedLoops()
1421 BlocksInClonedLoop.insert(Pred).second) in buildClonedLoops()
1434 ClonedL->reserveBlocks(BlocksInClonedLoop.size()); in buildClonedLoops()
1442 if (!ClonedBB || !BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()
1472 assert(BlocksInClonedLoop.count( in buildClonedLoops()
1490 if (BlocksInClonedLoop.empty()) in buildClonedLoops()
[all …]