Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp178 using BBSet = DenseSet<const BasicBlock *>; in addDiscriminators() typedef
179 using LocationBBMap = DenseMap<Location, BBSet>; in addDiscriminators()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DDwarfEHPrepare.cpp63 typedef SmallPtrSet<BasicBlock*, 8> BBSet; typedef in __anon19cb08fb0111::DwarfEHPrepare
64 BBSet LandingPads;
562 for (BBSet::const_iterator LI = LandingPads.begin(), LE = LandingPads.end(); in MoveExceptionValueCalls()
618 for (BBSet::iterator LI = LandingPads.begin(), LE = LandingPads.end(); in MoveExceptionValueCalls()
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp41 typedef SmallPtrSet<BasicBlock *, 8> BBSet; typedef
180 BBSet Visited;
319 BBSet TempVisited; in orderNodes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp74 using BBSet = SmallPtrSet<BasicBlock *, 8>; typedef
191 BBSet Visited;