Home
last modified time | relevance | path

Searched defs:ValueSet (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h86 using ValueSet = SetVector<Value *>; variable
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_value.h144 using ValueSet = std::set<PValue, value_less>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp264 SmallPtrSetImpl<Value *> &ValueSet = Iter->second; in eraseValue() local
329 SmallPtrSetImpl<Value *> &ValueSet = OI->second; in threadEdgeImpl() local
DLoopAccessAnalysis.cpp1793 typedef SmallPtrSet<Value*, 16> ValueSet; in analyzeLoop() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp105 SmallSetVector<const Value *, 16> *ValueSet = nullptr) { in deleteDeadInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp533 using ValueSet = SmallPtrSet<Value *, 16>; typedef in llvm::slpvectorizer::BoUpSLP