Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h86 using ValueSet = SetVector<Value *>; variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp172 static bool ValueSet(bit_value_t V) { ValueSet() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp322 auto &ValueSet = OI->second->OverDefined; threadEdgeImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp972 using ValueSet = SmallPtrSet<Value *, 16>; global() typedef in llvm::slpvectorizer::BoUpSLP