Home
last modified time | relevance | path

Searched refs:ValueSet (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h86 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 DPhiValues.h43 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 DCodeExtractor.cpp495 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 DPhiValues.cpp118 ValueSet &NonPhi = NonPhiReachableMap[RootDepthNumber]; in processPhi()
125 const PhiValues::ValueSet &PhiValues::getValuesForPhi(const PHINode *PN) { in getValuesForPhi()
H A DLoopAccessAnalysis.cpp1783 typedef SmallPtrSet<Value*, 16> ValueSet; in analyzeLoop() typedef
1916 ValueSet Seen; in analyzeLoop()
1920 ValueSet UniformStores; in analyzeLoop()
H A DLazyValueInfo.cpp322 auto &ValueSet = OI->second->OverDefined; in threadEdgeImpl() local
326 if (!ValueSet.erase(V)) in threadEdgeImpl()
H A DBasicAliasAnalysis.cpp1335 const PhiValues::ValueSet &PhiValueSet = PV->getValuesForPhi(PN); in aliasPHI()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp180 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 DSLPVectorizer.cpp590 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()