Lines Matching defs:Phi2
49 PHINode *Phi2 = PHINode::Create(I32Ty, 2, "phi2", Then);
50 Phi2->addIncoming(Val1, If);
51 Phi2->addIncoming(Val3, Else);
61 Vals = PV.getValuesForPhi(Phi2);
73 Vals = PV.getValuesForPhi(Phi2);
122 PHINode *Phi2 = PHINode::Create(I32Ty, 2, "phi2", Then);
123 Phi2->addIncoming(Val2, If1);
124 Phi2->addIncoming(Val3, Else1);
137 Vals = PV.getValuesForPhi(Phi2);
154 Vals = PV.getValuesForPhi(Phi2);
171 Vals = PV.getValuesForPhi(Phi2);
181 Phi3->setIncomingValue(1, Phi2);
187 Vals = PV.getValuesForPhi(Phi2);
199 PV.invalidateValue(Phi2);
200 Phi2->eraseFromParent();