Home
last modified time | relevance | path

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

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