Lines Matching refs:BlocksInClonedLoop
1357 SmallPtrSet<BasicBlock *, 16> BlocksInClonedLoop; in buildClonedLoops() local
1373 if (BlocksInClonedLoop.insert(Pred).second && Pred != ClonedHeader) in buildClonedLoops()
1380 if (!BlocksInClonedLoop.empty()) { in buildClonedLoops()
1381 BlocksInClonedLoop.insert(ClonedHeader); in buildClonedLoops()
1385 assert(BlocksInClonedLoop.count(BB) && in buildClonedLoops()
1395 BlocksInClonedLoop.insert(Pred).second) in buildClonedLoops()
1408 ClonedL->reserveBlocks(BlocksInClonedLoop.size()); in buildClonedLoops()
1416 if (!ClonedBB || !BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()
1439 if (!ClonedChildHeader || !BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()
1446 assert(BlocksInClonedLoop.count( in buildClonedLoops()
1464 if (BlocksInClonedLoop.empty()) in buildClonedLoops()
1467 if (!BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()
1502 (BlocksInClonedLoop.count(PredBB) || ExitLoopMap.count(PredBB)) && in buildClonedLoops()
1546 if (!ClonedChildHeader || BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()