Home | History | Annotate | Download | only in gcc

Lines Matching defs:nphi

2405       gphi *nphi = create_phi_node (res_c, new_header);
2425 red->reduc_phi = nphi;
2453 gphi *nphi = NULL;
2464 nphi = create_phi_node (res_y, new_exit_block);
2466 add_phi_arg (nphi, res_c, pred_new_exit_block, UNKNOWN_LOCATION);
2478 red->keep_res = (nphi != NULL
2479 ? nphi
2631 gphi *phi, *nphi;
2654 nphi = create_phi_node (res, orig_header);
2655 add_phi_arg (nphi, t, hpred, UNKNOWN_LOCATION);