Lines Matching refs:BlocksInClonedLoop
1383 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()
1465 if (!ClonedChildHeader || !BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()
1472 assert(BlocksInClonedLoop.count( in buildClonedLoops()
1490 if (BlocksInClonedLoop.empty()) in buildClonedLoops()
1493 if (!BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()
1528 (BlocksInClonedLoop.count(PredBB) || ExitLoopMap.count(PredBB)) && in buildClonedLoops()
1572 if (!ClonedChildHeader || BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()