Searched refs:BlocksInClonedLoop (Results 1 – 1 of 1) sorted by relevance
1469 SmallPtrSet<BasicBlock *, 16> BlocksInClonedLoop; in buildClonedLoops() 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 in buildClonedLoops() 1468 SmallPtrSet<BasicBlock *, 16> BlocksInClonedLoop; buildClonedLoops() local [all...]