Home
last modified time | relevance | path

Searched refs:return_bb (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-split.cc154 static tree find_retval (basic_block return_bb);
215 basic_block return_bb) in verify_non_ssa_vars() argument
277 if (e->dest != return_bb) in verify_non_ssa_vars()
279 for (gphi_iterator bsi = gsi_start_phis (return_bb); in verify_non_ssa_vars()
409 basic_block return_bb) in split_part_set_ssa_name_p() argument
417 || gimple_bb (SSA_NAME_DEF_STMT (val)) == return_bb)); in split_part_set_ssa_name_p()
426 basic_block return_bb) in consider_split() argument
616 && !verify_non_ssa_vars (current, non_ssa_vars, return_bb)) in consider_split()
645 retval = find_retval (return_bb); in consider_split()
652 if (return_bb != EXIT_BLOCK_PTR_FOR_FN (cfun) in consider_split()
[all …]
H A Dsymtab-thunks.cc409 basic_block bb, then_bb, else_bb, return_bb; in expand_thunk() local
462 bb = then_bb = else_bb = return_bb in expand_thunk()
583 return_bb = create_basic_block (NULL, then_bb); in expand_thunk()
584 return_bb->count = cfg_count; in expand_thunk()
588 add_bb_to_loop (return_bb, bb->loop_father); in expand_thunk()
602 make_single_succ_edge (return_bb, in expand_thunk()
604 make_single_succ_edge (then_bb, return_bb, EDGE_FALLTHRU); in expand_thunk()
605 e = make_edge (else_bb, return_bb, EDGE_FALLTHRU); in expand_thunk()
621 bsi = gsi_last_bb (return_bb); in expand_thunk()
H A DChangeLog-201632232 and return_bb is not EXIT. Remove all clobber stmts and reset
H A DChangeLog-201023336 return value in return_bb containing move.
H A DChangeLog-201138481 * ipa-split.c (consider_split): If return_bb contains non-virtual
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-split.c154 static tree find_retval (basic_block return_bb);
215 basic_block return_bb) in verify_non_ssa_vars() argument
277 if (e->dest != return_bb) in verify_non_ssa_vars()
279 for (gphi_iterator bsi = gsi_start_phis (return_bb); in verify_non_ssa_vars()
409 basic_block return_bb) in split_part_set_ssa_name_p() argument
417 || gimple_bb (SSA_NAME_DEF_STMT (val)) == return_bb)); in split_part_set_ssa_name_p()
426 basic_block return_bb) in consider_split() argument
615 && !verify_non_ssa_vars (current, non_ssa_vars, return_bb)) in consider_split()
644 retval = find_retval (return_bb); in consider_split()
651 if (return_bb != EXIT_BLOCK_PTR_FOR_FN (cfun) in consider_split()
[all …]
H A Dcgraphunit.c1955 basic_block bb, then_bb, else_bb, return_bb; in expand_thunk() local
2007 bb = then_bb = else_bb = return_bb in expand_thunk()
2131 return_bb = create_basic_block (NULL, then_bb); in expand_thunk()
2132 return_bb->count = cfg_count; in expand_thunk()
2136 add_bb_to_loop (return_bb, bb->loop_father); in expand_thunk()
2150 make_single_succ_edge (return_bb, in expand_thunk()
2152 make_single_succ_edge (then_bb, return_bb, EDGE_FALLTHRU); in expand_thunk()
2153 e = make_edge (else_bb, return_bb, EDGE_FALLTHRU); in expand_thunk()
2168 bsi = gsi_last_bb (return_bb); in expand_thunk()