Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h86 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);
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DPhiValues.h42 using ValueSet = SmallSetVector<Value *, 4>;
51 const ValueSet &getValuesForPhi(const PHINode *PN);
82 DenseMap<unsigned int, ValueSet> NonPhiReachableMap;
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp495 ValueSet &SinkCands, ValueSet &HoistCands, in findAllocas()
646 void CodeExtractor::findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs, in findInputsOutputs()
813 Function *CodeExtractor::constructFunction(const ValueSet &inputs, in constructFunction()
814 const ValueSet &outputs, in constructFunction()
833 ValueSet StructValues; in constructFunction()
1145 ValueSet &inputs, in emitCallAndSwitchStatement()
1150 ValueSet StructValues; in emitCallAndSwitchStatement()
1628 ValueSet Inputs, Outputs; in extractCodeRegion()
1634 ValueSet &inputs, ValueSet &outputs) { in extractCodeRegion()
1730 ValueSet SinkingCands, HoistingCands; in extractCodeRegion()
[all …]
/llvm-project-15.0.7/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 DLazyValueInfo.cpp321 auto &ValueSet = OI->second->OverDefined; in threadEdgeImpl() local
325 if (!ValueSet.erase(V)) in threadEdgeImpl()
H A DBasicAliasAnalysis.cpp1429 const PhiValues::ValueSet &PhiValueSet = PV->getValuesForPhi(PN); in aliasPHI()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DPhiValuesTest.cpp54 PhiValues::ValueSet Vals; in TEST()
130 PhiValues::ValueSet Vals; in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.cpp348 if (auto *ValueSet = ItemKind->get("valueSet")) { in fromJSON() local
350 if (!fromJSON(*ValueSet, *R.CompletionItemKinds, in fromJSON()
402 if (auto *ValueSet = SymbolKind->get("valueSet")) { in fromJSON() local
404 if (!fromJSON(*ValueSet, *R.WorkspaceSymbolKinds, in fromJSON()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp182 static bool ValueSet(bit_value_t V) { in ValueSet() function
496 return ValueSet(FilterBitValues[i]); in PositionFiltered()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp846 using ValueSet = SmallPtrSet<Value *, 16>; typedef in llvm::slpvectorizer::BoUpSLP
2612 ValueSet MustGather;
4944 ValueSet SourceVectors; in buildTree_rec()
5990 BoUpSLP::ValueSet VectorizedLoads; in getEntryCost()
10110 BoUpSLP::ValueSet VectorizedStores; in vectorizeStores()