Home
last modified time | relevance | path

Searched refs:getValuesForPhi (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DPhiValuesTest.cpp57 Vals = PV.getValuesForPhi(Phi1); in TEST()
61 Vals = PV.getValuesForPhi(Phi2); in TEST()
69 Vals = PV.getValuesForPhi(Phi1); in TEST()
73 Vals = PV.getValuesForPhi(Phi2); in TEST()
81 Vals = PV.getValuesForPhi(Phi1); in TEST()
133 Vals = PV.getValuesForPhi(Phi1); in TEST()
137 Vals = PV.getValuesForPhi(Phi2); in TEST()
141 Vals = PV.getValuesForPhi(Phi3); in TEST()
150 Vals = PV.getValuesForPhi(Phi1); in TEST()
154 Vals = PV.getValuesForPhi(Phi2); in TEST()
[all …]
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DPhiValues.cpp125 const PhiValues::ValueSet &PhiValues::getValuesForPhi(const PHINode *PN) { in getValuesForPhi() function in PhiValues
201 PI.getValuesForPhi(&PN); in run()
H A DBasicAliasAnalysis.cpp1429 const PhiValues::ValueSet &PhiValueSet = PV->getValuesForPhi(PN); in aliasPHI()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DPhiValues.h51 const ValueSet &getValuesForPhi(const PHINode *PN);