Searched refs:BlocksInClonedLoop (Results 1 – 1 of 1) sorted by relevance
1147 SmallPtrSet<BasicBlock *, 16> BlocksInClonedLoop; in buildClonedLoops() local1163 if (BlocksInClonedLoop.insert(Pred).second && Pred != ClonedHeader) in buildClonedLoops()1170 if (!BlocksInClonedLoop.empty()) { in buildClonedLoops()1171 BlocksInClonedLoop.insert(ClonedHeader); in buildClonedLoops()1175 assert(BlocksInClonedLoop.count(BB) && in buildClonedLoops()1185 BlocksInClonedLoop.insert(Pred).second) in buildClonedLoops()1198 ClonedL->reserveBlocks(BlocksInClonedLoop.size()); in buildClonedLoops()1206 if (!ClonedBB || !BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()1229 if (!ClonedChildHeader || !BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()1236 assert(BlocksInClonedLoop.count( in buildClonedLoops()[all …]