Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp178 using BBSet = DenseSet<const BasicBlock *>; in addDiscriminators() typedef
179 using LocationBBMap = DenseMap<Location, BBSet>; in addDiscriminators()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp81 using BBSet = SmallPtrSet<BasicBlock *, 8>; typedef
198 BBSet Visited;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp869 [&](const SmallSetVector<BasicBlock *, 2> &BBSet) -> BasicBlock * { in applyInsertUpdates() argument
870 BasicBlock *PrevIDom = *BBSet.begin(); in applyInsertUpdates()
871 for (auto *BB : BBSet) in applyInsertUpdates()