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