Home | History | Annotate | Download | only in gcc

Lines Matching defs:res_c

2404       tree res_c = copy_ssa_name (res_a, phi);
2405 gphi *nphi = create_phi_node (res_c, new_header);
2408 replace_uses_in_bb_by (res_a, res_c, new_header);
2411 add_phi_arg (phi, res_c, post_cond_edge, UNKNOWN_LOCATION);
2415 replace_uses_in_bb_by (res_b, res_c, exit_block);
2455 tree res_c;
2465 res_c = PHI_ARG_DEF_FROM_EDGE (phi, succ_new_exit_block);
2466 add_phi_arg (nphi, res_c, pred_new_exit_block, UNKNOWN_LOCATION);
2470 res_c = PHI_ARG_DEF_FROM_EDGE (phi, exit);
2475 gimple *reduc_phi = SSA_NAME_DEF_STMT (res_c);