Searched refs:ValueSet (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | CodeExtractor.h | 86 using ValueSet = SetVector<Value *>; variable 166 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs, 167 const ValueSet &Allocas) const; 186 ValueSet &SinkCands, ValueSet &HoistCands, 215 Function *constructFunction(const ValueSet &inputs, 216 const ValueSet &outputs, 230 ValueSet &inputs, ValueSet &outputs);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | PhiValues.h | 43 using ValueSet = SmallSetVector<Value *, 4>; 52 const ValueSet &getValuesForPhi(const PHINode *PN); 83 DenseMap<unsigned int, ValueSet> NonPhiReachableMap;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 495 ValueSet &SinkCands, ValueSet &HoistCands, in findAllocas() 646 void CodeExtractor::findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs, in findInputsOutputs() 647 const ValueSet &SinkCands) const { in findInputsOutputs() 813 Function *CodeExtractor::constructFunction(const ValueSet &inputs, in constructFunction() 814 const ValueSet &outputs, in constructFunction() 1122 ValueSet &inputs, in emitCallAndSwitchStatement() 1123 ValueSet &outputs) { in emitCallAndSwitchStatement() 1657 ValueSet inputs, outputs, SinkingCands, HoistingCands; in extractCodeRegion() 1695 ValueSet LifetimesStart; in extractCodeRegion()
|
/netbsd-src/external/apache2/llvm/dist/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 | LoopAccessAnalysis.cpp | 1783 typedef SmallPtrSet<Value*, 16> ValueSet; in analyzeLoop() typedef 1916 ValueSet Seen; in analyzeLoop() 1920 ValueSet UniformStores; in analyzeLoop()
|
H A D | LazyValueInfo.cpp | 322 auto &ValueSet = OI->second->OverDefined; in threadEdgeImpl() local 326 if (!ValueSet.erase(V)) in threadEdgeImpl()
|
H A D | BasicAliasAnalysis.cpp | 1335 const PhiValues::ValueSet &PhiValueSet = PV->getValuesForPhi(PN); in aliasPHI()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | FixedLenDecoderEmitter.cpp | 180 static bool ValueSet(bit_value_t V) { in ValueSet() function 473 return ValueSet(FilterBitValues[i]); in PositionFiltered()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 590 using ValueSet = SmallPtrSet<Value *, 16>; typedef in llvm::slpvectorizer::BoUpSLP 1921 ValueSet MustGather; 2893 ValueSet SourceVectors; in buildTree_rec() 6612 BoUpSLP::ValueSet VectorizedStores; in vectorizeStores()
|