Home
last modified time | relevance | path

Searched refs:new_exit_block (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c2438 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
2444 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
2457 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
2461 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2462 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2464 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc2438 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local
2444 new_exit_block = split_edge (exit); in transform_to_exit_first_loop_alt()
2457 if (new_exit_block != NULL) in transform_to_exit_first_loop_alt()
2461 edge succ_new_exit_block = single_succ_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2462 edge pred_new_exit_block = single_pred_edge (new_exit_block); in transform_to_exit_first_loop_alt()
2464 nphi = create_phi_node (res_y, new_exit_block); in transform_to_exit_first_loop_alt()