Home | History | Annotate | Download | only in compiler

Lines Matching defs:phi

386       // Phi input count matches parent control node.
1172 Node* phi = *i;
1173 if (phi->opcode() != IrOpcode::kPhi) continue;
1176 if (phi->InputCount() > phi->op()->ValueInputCount()) {
1177 Node* control = NodeProperties::GetControlInput(phi);