Searched refs:new_return_bb (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-split.cc | 1277 basic_block new_return_bb = create_basic_block (NULL, 0, return_bb); in split_function() local 1278 gimple_stmt_iterator gsi = gsi_start_bb (new_return_bb); in split_function() 1280 new_return_bb->count = profile_count::zero (); in split_function() 1287 new_return_bb->count += e->count (); in split_function() 1288 redirect_edge_and_branch (e, new_return_bb); in split_function() 1293 e = make_single_succ_edge (new_return_bb, EXIT_BLOCK_PTR_FOR_FN (cfun), 0); in split_function() 1294 add_bb_to_loop (new_return_bb, current_loops->tree_root); in split_function() 1295 bitmap_set_bit (split_point->split_bbs, new_return_bb->index); in split_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-split.c | 1258 basic_block new_return_bb = create_basic_block (NULL, 0, return_bb); in split_function() local 1259 gimple_stmt_iterator gsi = gsi_start_bb (new_return_bb); in split_function() 1261 new_return_bb->count = profile_count::zero (); in split_function() 1268 new_return_bb->count += e->count (); in split_function() 1269 redirect_edge_and_branch (e, new_return_bb); in split_function() 1274 e = make_single_succ_edge (new_return_bb, EXIT_BLOCK_PTR_FOR_FN (cfun), 0); in split_function() 1275 add_bb_to_loop (new_return_bb, current_loops->tree_root); in split_function() 1276 bitmap_set_bit (split_point->split_bbs, new_return_bb->index); in split_function()
|