Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDCodeExtractor.h86 using ValueSet = SetVector<Value *>; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLazyValueInfo.cpp324 auto &ValueSet = OI->second->OverDefined; in threadEdgeImpl() local
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDDecoderEmitter.cpp201 static bool ValueSet(bit_value_t V) { in ValueSet() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp1136 using ValueSet = SmallPtrSet<Value *, 16>; typedef in llvm::slpvectorizer::BoUpSLP