Lines Matching refs:BlocksInClonedLoop
1219 SmallPtrSet<BasicBlock *, 16> BlocksInClonedLoop; in buildClonedLoops() local
1235 if (BlocksInClonedLoop.insert(Pred).second && Pred != ClonedHeader) in buildClonedLoops()
1242 if (!BlocksInClonedLoop.empty()) { in buildClonedLoops()
1243 BlocksInClonedLoop.insert(ClonedHeader); in buildClonedLoops()
1247 assert(BlocksInClonedLoop.count(BB) && in buildClonedLoops()
1257 BlocksInClonedLoop.insert(Pred).second) in buildClonedLoops()
1270 ClonedL->reserveBlocks(BlocksInClonedLoop.size()); in buildClonedLoops()
1278 if (!ClonedBB || !BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()
1301 if (!ClonedChildHeader || !BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()
1308 assert(BlocksInClonedLoop.count( in buildClonedLoops()
1326 if (BlocksInClonedLoop.empty()) in buildClonedLoops()
1329 if (!BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()
1364 (BlocksInClonedLoop.count(PredBB) || ExitLoopMap.count(PredBB)) && in buildClonedLoops()
1408 if (!ClonedChildHeader || BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()