Searched refs:new_exit_block (Results 1 – 2 of 2) sorted by relevance
2438 basic_block new_exit_block = NULL; in transform_to_exit_first_loop_alt() local2444 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()