Searched refs:UnloopedBlockSet (Results 1 – 1 of 1) sorted by relevance
1253 SmallPtrSet<BasicBlock *, 16> UnloopedBlockSet; in buildClonedLoops() local1255 UnloopedBlockSet.insert(ClonedPH); in buildClonedLoops()1258 UnloopedBlockSet.insert(ClonedBB); in buildClonedLoops()1273 while (!UnloopedBlockSet.empty() && !OrderedClonedExitsInLoops.empty()) { in buildClonedLoops()1291 if (!UnloopedBlockSet.erase(PredBB)) { in buildClonedLoops()