/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfg.h | 94 extern edge make_single_succ_edge (basic_block, basic_block, int);
|
H A D | shrink-wrap.c | 574 e = make_single_succ_edge (new_bb, EXIT_BLOCK_PTR_FOR_FN (cfun), 0); in handle_simple_exit() 1013 *entry_edge = make_single_succ_edge (new_bb, pro, EDGE_FALLTHRU); in try_shrink_wrapping()
|
H A D | ipa-split.c | 1274 e = make_single_succ_edge (new_return_bb, EXIT_BLOCK_PTR_FOR_FN (cfun), 0); in split_function() 1523 e = make_single_succ_edge (call_bb, return_bb, in split_function()
|
H A D | ubsan.c | 815 make_single_succ_edge (then_bb, fallthru_bb, EDGE_FALLTHRU); in ubsan_expand_null_ifn() 1085 make_single_succ_edge (then_bb, fallthru_bb, EDGE_FALLTHRU); in ubsan_expand_ptr_ifn() 1121 make_single_succ_edge (then_bb, fallthru_bb, EDGE_FALLTHRU); in ubsan_expand_ptr_ifn()
|
H A D | except.c | 1015 make_single_succ_edge (bb, bb->next_bb, e_flags); in dw2_build_landing_pads() 1389 make_single_succ_edge (bb, bb->next_bb, EDGE_FALLTHRU); in sjlj_emit_dispatch_table() 1427 make_single_succ_edge (bb, bb->next_bb, EDGE_FALLTHRU); in sjlj_emit_dispatch_table()
|
H A D | tree-complex.c | 1313 make_single_succ_edge (bb_true, bb_join, EDGE_FALLTHRU); in expand_complex_div_wide() 1314 make_single_succ_edge (bb_false, bb_join, EDGE_FALLTHRU); in expand_complex_div_wide()
|
H A D | cfg.c | 334 make_single_succ_edge (basic_block src, basic_block dest, int flags) in make_single_succ_edge() function
|
H A D | cgraphunit.c | 2150 make_single_succ_edge (return_bb, in expand_thunk() 2152 make_single_succ_edge (then_bb, return_bb, EDGE_FALLTHRU); in expand_thunk()
|
H A D | bb-reorder.c | 1441 make_single_succ_edge (new_bb, old_bb, 0); in create_eh_forwarder_block() 2222 new_edge = make_single_succ_edge (new_bb, dest, 0); in fix_crossing_conditional_branches()
|
H A D | cfghooks.c | 548 res = make_single_succ_edge (bb, new_bb, EDGE_FALLTHRU); in split_block_1()
|
H A D | cfgexpand.c | 2554 make_single_succ_edge (new_bb, dest, 0); in expand_gimple_cond() 6023 make_single_succ_edge (init_block, first_block, flags); in construct_init_block() 6026 make_single_succ_edge (init_block, EXIT_BLOCK_PTR_FOR_FN (cfun), in construct_init_block() 6106 e = make_single_succ_edge (exit_block, EXIT_BLOCK_PTR_FOR_FN (cfun), in construct_exit_block()
|
H A D | cfganal.c | 582 make_single_succ_edge (bb, EXIT_BLOCK_PTR_FOR_FN (cfun), EDGE_FAKE); in add_noreturn_fake_exit_edges()
|
H A D | tree-ssa-threadupdate.c | 563 edge e = make_single_succ_edge (bb, rd->path->last ()->e->dest, EDGE_FALLTHRU); in create_edge_and_update_destination_phis()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfg.h | 94 extern edge make_single_succ_edge (basic_block, basic_block, int);
|
H A D | symtab-thunks.cc | 602 make_single_succ_edge (return_bb, in expand_thunk() 604 make_single_succ_edge (then_bb, return_bb, EDGE_FALLTHRU); in expand_thunk()
|
H A D | shrink-wrap.cc | 575 e = make_single_succ_edge (new_bb, EXIT_BLOCK_PTR_FOR_FN (cfun), 0); in handle_simple_exit() 1024 *entry_edge = make_single_succ_edge (new_bb, pro, EDGE_FALLTHRU); in try_shrink_wrapping()
|
H A D | ipa-split.cc | 1293 e = make_single_succ_edge (new_return_bb, EXIT_BLOCK_PTR_FOR_FN (cfun), 0); in split_function() 1542 e = make_single_succ_edge (call_bb, return_bb, in split_function()
|
H A D | ubsan.cc | 826 make_single_succ_edge (then_bb, fallthru_bb, EDGE_FALLTHRU); in ubsan_expand_null_ifn() 1096 make_single_succ_edge (then_bb, fallthru_bb, EDGE_FALLTHRU); in ubsan_expand_ptr_ifn() 1132 make_single_succ_edge (then_bb, fallthru_bb, EDGE_FALLTHRU); in ubsan_expand_ptr_ifn()
|
H A D | except.cc | 1016 make_single_succ_edge (bb, bb->next_bb, e_flags); in dw2_build_landing_pads() 1390 make_single_succ_edge (bb, bb->next_bb, EDGE_FALLTHRU); in sjlj_emit_dispatch_table() 1428 make_single_succ_edge (bb, bb->next_bb, EDGE_FALLTHRU); in sjlj_emit_dispatch_table()
|
H A D | cfg.cc | 348 make_single_succ_edge (basic_block src, basic_block dest, int flags) in make_single_succ_edge() function
|
H A D | tree-complex.cc | 1327 make_single_succ_edge (bb_true, bb_join, EDGE_FALLTHRU); in expand_complex_div_wide() 1328 make_single_succ_edge (bb_false, bb_join, EDGE_FALLTHRU); in expand_complex_div_wide()
|
H A D | bb-reorder.cc | 1441 make_single_succ_edge (new_bb, old_bb, 0); in create_eh_forwarder_block() 2222 new_edge = make_single_succ_edge (new_bb, dest, 0); in fix_crossing_conditional_branches()
|
H A D | cfghooks.cc | 564 res = make_single_succ_edge (bb, new_bb, EDGE_FALLTHRU); in split_block_1()
|
H A D | cfgexpand.cc | 2705 make_single_succ_edge (new_bb, dest, 0); in expand_gimple_cond() 6210 make_single_succ_edge (init_block, first_block, flags); in construct_init_block() 6213 make_single_succ_edge (init_block, EXIT_BLOCK_PTR_FOR_FN (cfun), in construct_init_block() 6293 e = make_single_succ_edge (exit_block, EXIT_BLOCK_PTR_FOR_FN (cfun), in construct_exit_block()
|
H A D | cfganal.cc | 607 make_single_succ_edge (bb, EXIT_BLOCK_PTR_FOR_FN (cfun), EDGE_FAKE); in add_noreturn_fake_exit_edges()
|