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