Lines Matching refs:BlocksInClonedLoop
1469 SmallPtrSet<BasicBlock *, 16> BlocksInClonedLoop; in buildClonedLoops() local
1485 if (BlocksInClonedLoop.insert(Pred).second && Pred != ClonedHeader) in buildClonedLoops()
1492 if (!BlocksInClonedLoop.empty()) { in buildClonedLoops()
1493 BlocksInClonedLoop.insert(ClonedHeader); in buildClonedLoops()
1497 assert(BlocksInClonedLoop.count(BB) && in buildClonedLoops()
1507 BlocksInClonedLoop.insert(Pred).second) in buildClonedLoops()
1520 ClonedL->reserveBlocks(BlocksInClonedLoop.size()); in buildClonedLoops()
1528 if (!ClonedBB || !BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()
1551 if (!ClonedChildHeader || !BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()
1558 assert(BlocksInClonedLoop.count( in buildClonedLoops()
1576 if (BlocksInClonedLoop.empty()) in buildClonedLoops()
1579 if (!BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()
1614 (BlocksInClonedLoop.count(PredBB) || ExitLoopMap.count(PredBB)) && in buildClonedLoops()
1658 if (!ClonedChildHeader || BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()