Home
last modified time | relevance | path

Searched refs:UnloopedBlockSet (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1580 SmallPtrSet<BasicBlock *, 16> UnloopedBlockSet; in buildClonedLoops() local
1582 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()