Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/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;
/freebsd-13.1/contrib/llvm-project/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.cpp1803 typedef SmallPtrSet<Value*, 16> ValueSet; in analyzeLoop() typedef
1936 ValueSet Seen; in analyzeLoop()
1940 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.cpp1351 const PhiValues::ValueSet &PhiValueSet = PV->getValuesForPhi(PN); in aliasPHI()
/freebsd-13.1/contrib/llvm-project/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()
1124 ValueSet &inputs, in emitCallAndSwitchStatement()
1125 ValueSet &outputs) { in emitCallAndSwitchStatement()
1660 ValueSet inputs, outputs, SinkingCands, HoistingCands; in extractCodeRegion()
1698 ValueSet LifetimesStart; in extractCodeRegion()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp180 static bool ValueSet(bit_value_t V) { in ValueSet() function
473 return ValueSet(FilterBitValues[i]); in PositionFiltered()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp594 using ValueSet = SmallPtrSet<Value *, 16>; typedef in llvm::slpvectorizer::BoUpSLP
1938 ValueSet MustGather;
2912 ValueSet SourceVectors; in buildTree_rec()
6928 BoUpSLP::ValueSet VectorizedStores; in vectorizeStores()