Searched refs:ValueSet (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | CodeExtractor.h | 86 using ValueSet = SetVector<Value *>; variable 167 ValueSet &Inputs, ValueSet &Outputs); 193 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs, 194 const ValueSet &Allocas) const; 213 ValueSet &SinkCands, ValueSet &HoistCands, 238 ValueSet ExcludeArgsFromAggregate; 248 Function *constructFunction(const ValueSet &inputs, 249 const ValueSet &outputs, 263 ValueSet &inputs, ValueSet &outputs);
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | PhiValues.h | 42 using ValueSet = SmallSetVector<Value *, 4>; 51 const ValueSet &getValuesForPhi(const PHINode *PN); 82 DenseMap<unsigned int, ValueSet> NonPhiReachableMap;
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 494 ValueSet &SinkCands, ValueSet &HoistCands, in findAllocas() 645 void CodeExtractor::findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs, in findInputsOutputs() 812 Function *CodeExtractor::constructFunction(const ValueSet &inputs, in constructFunction() 813 const ValueSet &outputs, in constructFunction() 832 ValueSet StructValues; in constructFunction() 1145 ValueSet &inputs, in emitCallAndSwitchStatement() 1150 ValueSet StructValues; in emitCallAndSwitchStatement() 1638 ValueSet Inputs, Outputs; in extractCodeRegion() 1644 ValueSet &inputs, ValueSet &outputs) { in extractCodeRegion() 1740 ValueSet SinkingCands, HoistingCands; in extractCodeRegion() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | PhiValues.cpp | 118 ValueSet &NonPhi = NonPhiReachableMap[RootDepthNumber]; in processPhi() 125 const PhiValues::ValueSet &PhiValues::getValuesForPhi(const PHINode *PN) { in getValuesForPhi()
|
H A D | LazyValueInfo.cpp | 321 auto &ValueSet = OI->second->OverDefined; in threadEdgeImpl() local 325 if (!ValueSet.erase(V)) in threadEdgeImpl()
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 170 static bool ValueSet(bit_value_t V) { in ValueSet() function 484 return ValueSet(FilterBitValues[i]); in PositionFiltered()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 970 using ValueSet = SmallPtrSet<Value *, 16>; typedef in llvm::slpvectorizer::BoUpSLP 2801 ValueSet MustGather; 5373 ValueSet SourceVectors; in buildTree_rec() 6814 BoUpSLP::ValueSet VectorizedLoads; in getEntryCost() 11447 BoUpSLP::ValueSet VectorizedStores; in vectorizeStores()
|