Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h45 typedef SetVector<Value *> ValueSet; typedef
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp117 SmallSetVector<Value*, 16> *ValueSet = nullptr) { in DeleteDeadInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp88 typedef std::set<const Value*> ValueSet; typedef
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp134 static bool ValueSet(bit_value_t V) { in ValueSet() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp420 typedef SmallPtrSet<Value *, 16> ValueSet; typedef in __anon6868a6e70111::BoUpSLP
H A DLoopVectorize.cpp4751 typedef SmallPtrSet<Value*, 16> ValueSet; in canVectorizeMemory() typedef