Lines Matching defs:phi
149 // phi->region->if_proj->ifnode->bool
1004 Node *phi = new (C) PhiNode(r, TypeInt::INT);
1005 kit.gvn().set_type(phi, TypeInt::INT);
1014 phi->init_req(1, __ SubI(__ intcon(0), arg));
1017 phi->init_req(2, arg);
1021 C->record_for_igvn(phi);
1043 Node* limit = __ CmpI(phi, value);
1371 Node *phi = new (C) PhiNode(r, type);
1372 kit.gvn().set_type(phi, phi->bottom_type());
1379 phi->init_req(1, kit.cast_not_null(arg, false));
1381 phi->init_req(2, null_string);
1384 C->record_for_igvn(phi);
1386 arg = phi;