Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h86 using ValueSet = SetVector<Value *>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp322 auto &ValueSet = OI->second->OverDefined; in threadEdgeImpl() local
H A DLoopAccessAnalysis.cpp1783 typedef SmallPtrSet<Value*, 16> ValueSet; in analyzeLoop() typedef
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp180 static bool ValueSet(bit_value_t V) { in ValueSet() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp590 using ValueSet = SmallPtrSet<Value *, 16>; typedef in llvm::slpvectorizer::BoUpSLP