Searched refs:nphi (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-parloops.c | 1698 gphi *nphi = create_phi_node (res_c, new_header); in transform_to_exit_first_loop_alt() local 1718 red->reduc_phi = nphi; in transform_to_exit_first_loop_alt() 1746 gphi *nphi = NULL; in transform_to_exit_first_loop_alt() local 1757 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt() 1759 add_phi_arg (nphi, res_c, pred_new_exit_block, UNKNOWN_LOCATION); in transform_to_exit_first_loop_alt() 1771 red->keep_res = (nphi != NULL in transform_to_exit_first_loop_alt() 1772 ? nphi in transform_to_exit_first_loop_alt() 1924 gphi *phi, *nphi; in transform_to_exit_first_loop() local 1947 nphi = create_phi_node (res, orig_header); in transform_to_exit_first_loop() 1948 add_phi_arg (nphi, t, hpred, UNKNOWN_LOCATION); in transform_to_exit_first_loop()
|
H A D | omp-expand.c | 3174 gphi *nphi; in expand_omp_for_generic() local 3190 nphi = create_phi_node (new_res, l0_bb); in expand_omp_for_generic() 3196 add_phi_arg (nphi, t, entry_to_l0, locus); in expand_omp_for_generic() 3199 add_phi_arg (nphi, exit_res, l2_to_l0, UNKNOWN_LOCATION); in expand_omp_for_generic() 4211 gphi *nphi; in expand_omp_for_static_chunk() local 4225 nphi = create_phi_node (t, iter_part_bb); in expand_omp_for_static_chunk() 4234 add_phi_arg (nphi, t, ene, locus); in expand_omp_for_static_chunk() 4237 add_phi_arg (nphi, back_arg, re, locus); in expand_omp_for_static_chunk() 4247 add_phi_arg (inner_loop_phi, gimple_phi_result (nphi), in expand_omp_for_static_chunk() 4251 add_phi_arg (phi, gimple_phi_result (nphi), se, locus); in expand_omp_for_static_chunk()
|
H A D | tree-eh.c | 4255 gphi *ophi, *nphi = ngsi.phi (); in cleanup_empty_eh_merge_phis() local 4258 nresult = gimple_phi_result (nphi); in cleanup_empty_eh_merge_phis() 4259 nop = gimple_phi_arg_def (nphi, old_bb_out->dest_idx); in cleanup_empty_eh_merge_phis() 4309 = gimple_phi_arg_location (nphi, old_bb_out->dest_idx); in cleanup_empty_eh_merge_phis()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-parloops.c | 1481 gimple phi, nphi, cond_stmt, stmt, cond_nit; in transform_to_exit_first_loop() local 1503 nphi = create_phi_node (res, orig_header); in transform_to_exit_first_loop() 1504 SSA_NAME_DEF_STMT (res) = nphi; in transform_to_exit_first_loop() 1505 add_phi_arg (nphi, t, hpred, UNKNOWN_LOCATION); in transform_to_exit_first_loop()
|
H A D | tree-eh.c | 3817 gimple ophi, nphi = gsi_stmt (ngsi); in cleanup_empty_eh_merge_phis() local 3820 nresult = gimple_phi_result (nphi); in cleanup_empty_eh_merge_phis() 3821 nop = gimple_phi_arg_def (nphi, old_bb_out->dest_idx); in cleanup_empty_eh_merge_phis() 3875 = gimple_phi_arg_location (nphi, old_bb_out->dest_idx); in cleanup_empty_eh_merge_phis() 3897 gimple nphi = gsi_stmt (ngsi); in cleanup_empty_eh_merge_phis() local 3898 tree nresult = gimple_phi_result (nphi); in cleanup_empty_eh_merge_phis() 3901 mark_virtual_phi_result_for_renaming (nphi); in cleanup_empty_eh_merge_phis()
|
H A D | omp-low.c | 4612 gimple nphi; in expand_omp_for_static_chunk() local 4618 nphi = create_phi_node (t, iter_part_bb); in expand_omp_for_static_chunk() 4619 SSA_NAME_DEF_STMT (t) = nphi; in expand_omp_for_static_chunk() 4628 add_phi_arg (nphi, t, ene, locus); in expand_omp_for_static_chunk() 4630 add_phi_arg (nphi, redirect_edge_var_map_def (vm), re, locus); in expand_omp_for_static_chunk()
|