Lines Matching refs:BlocksInClonedLoop
1455 SmallPtrSet<BasicBlock *, 16> BlocksInClonedLoop; in buildClonedLoops() local
1471 if (BlocksInClonedLoop.insert(Pred).second && Pred != ClonedHeader) in buildClonedLoops()
1478 if (!BlocksInClonedLoop.empty()) { in buildClonedLoops()
1479 BlocksInClonedLoop.insert(ClonedHeader); in buildClonedLoops()
1483 assert(BlocksInClonedLoop.count(BB) && in buildClonedLoops()
1493 BlocksInClonedLoop.insert(Pred).second) in buildClonedLoops()
1506 ClonedL->reserveBlocks(BlocksInClonedLoop.size()); in buildClonedLoops()
1514 if (!ClonedBB || !BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()
1537 if (!ClonedChildHeader || !BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()
1544 assert(BlocksInClonedLoop.count( in buildClonedLoops()
1562 if (BlocksInClonedLoop.empty()) in buildClonedLoops()
1565 if (!BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()
1600 (BlocksInClonedLoop.count(PredBB) || ExitLoopMap.count(PredBB)) && in buildClonedLoops()
1644 if (!ClonedChildHeader || BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()