Searched refs:UnloopedBlockSet (Results 1 – 1 of 1) sorted by relevance
1580 SmallPtrSet<BasicBlock *, 16> UnloopedBlockSet; in buildClonedLoops() local1582 UnloopedBlockSet.insert(ClonedPH); in buildClonedLoops()1585 UnloopedBlockSet.insert(ClonedBB); in buildClonedLoops()1599 while (!UnloopedBlockSet.empty() && !OrderedClonedExitsInLoops.empty()) { in buildClonedLoops()1617 if (!UnloopedBlockSet.erase(PredBB)) { in buildClonedLoops()