Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DPhiValuesTest.cpp56 Vals = PV.getValuesForPhi(Phi1); in TEST()
60 Vals = PV.getValuesForPhi(Phi2); in TEST()
68 Vals = PV.getValuesForPhi(Phi1); in TEST()
72 Vals = PV.getValuesForPhi(Phi2); in TEST()
80 Vals = PV.getValuesForPhi(Phi1); in TEST()
131 Vals = PV.getValuesForPhi(Phi1); in TEST()
135 Vals = PV.getValuesForPhi(Phi2); in TEST()
139 Vals = PV.getValuesForPhi(Phi3); in TEST()
148 Vals = PV.getValuesForPhi(Phi1); in TEST()
152 Vals = PV.getValuesForPhi(Phi2); in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DPhiValues.cpp101 const PhiValues::ValueSet &PhiValues::getValuesForPhi(const PHINode *PN) { in getValuesForPhi() function in PhiValues
171 PI.getValuesForPhi(&PN); in run()
DBasicAliasAnalysis.cpp1537 const PhiValues::ValueSet &PhiValueSet = PV->getValuesForPhi(PN); in aliasPHI()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DPhiValues.h54 const ValueSet &getValuesForPhi(const PHINode *PN);