Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1182 SmallPtrSet<BasicBlock *, 4> SuccSet; in buildClonedLoopBlocks() local
1185 if (SuccSet.insert(SuccBB).second) in buildClonedLoopBlocks()
1187 SuccSet.clear(); in buildClonedLoopBlocks()