Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Phi

120     /// is set to the corresponding phi node. 3) \p Var is set to the value
376 // x1 = phi (x0, x2);
377 // cnt1 = phi(cnt0, cnt2);
455 PHINode *Phi = dyn_cast<PHINode>(Inst->getOperand(0));
456 if (!Phi || Phi->getParent() != LoopEntry)
470 CountPhi = Phi;