Searched refs:BlocksInClonedLoop (Results 1 – 1 of 1) sorted by relevance
1474 SmallPtrSet<BasicBlock *, 16> BlocksInClonedLoop; in buildClonedLoops() local1490 if (BlocksInClonedLoop.insert(Pred).second && Pred != ClonedHeader) in buildClonedLoops()1497 if (!BlocksInClonedLoop.empty()) { in buildClonedLoops()1498 BlocksInClonedLoop.insert(ClonedHeader); in buildClonedLoops()1502 assert(BlocksInClonedLoop.count(BB) && in buildClonedLoops()1512 BlocksInClonedLoop.insert(Pred).second) in buildClonedLoops()1525 ClonedL->reserveBlocks(BlocksInClonedLoop.size()); in buildClonedLoops()1533 if (!ClonedBB || !BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()1556 if (!ClonedChildHeader || !BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()1563 assert(BlocksInClonedLoop.count( in buildClonedLoops()[all …]