Searched refs:BlocksInClonedLoop (Results 1 – 1 of 1) sorted by relevance
1304 SmallPtrSet<BasicBlock *, 16> BlocksInClonedLoop; in buildClonedLoops() local1320 if (BlocksInClonedLoop.insert(Pred).second && Pred != ClonedHeader) in buildClonedLoops()1327 if (!BlocksInClonedLoop.empty()) { in buildClonedLoops()1328 BlocksInClonedLoop.insert(ClonedHeader); in buildClonedLoops()1332 assert(BlocksInClonedLoop.count(BB) && in buildClonedLoops()1342 BlocksInClonedLoop.insert(Pred).second) in buildClonedLoops()1355 ClonedL->reserveBlocks(BlocksInClonedLoop.size()); in buildClonedLoops()1363 if (!ClonedBB || !BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()1386 if (!ClonedChildHeader || !BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()1393 assert(BlocksInClonedLoop.count( in buildClonedLoops()[all …]