Home
last modified time | relevance | path

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

/third_party/rust/crates/tracing/tracing-core/src/
Dfield.rs166 pub struct ValueSet<'a> { struct
187 /// `record` method on the provided [`ValueSet`] or [`Event`]. This visitor argument
976 impl<'a> ValueSet<'a> { implementation
1037 impl<'a> fmt::Debug for ValueSet<'a> { implementation
1052 impl<'a> fmt::Display for ValueSet<'a> { implementation
/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/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