Searched refs:BlocksInClonedLoop (Results 1 – 1 of 1) sorted by relevance
1263 SmallPtrSet<BasicBlock *, 16> BlocksInClonedLoop; in buildClonedLoops() local1279 if (BlocksInClonedLoop.insert(Pred).second && Pred != ClonedHeader) in buildClonedLoops()1286 if (!BlocksInClonedLoop.empty()) { in buildClonedLoops()1287 BlocksInClonedLoop.insert(ClonedHeader); in buildClonedLoops()1291 assert(BlocksInClonedLoop.count(BB) && in buildClonedLoops()1301 BlocksInClonedLoop.insert(Pred).second) in buildClonedLoops()1314 ClonedL->reserveBlocks(BlocksInClonedLoop.size()); in buildClonedLoops()1322 if (!ClonedBB || !BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()1345 if (!ClonedChildHeader || !BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()1352 assert(BlocksInClonedLoop.count( in buildClonedLoops()[all …]