Home
last modified time | relevance | path

Searched refs:make_single_succ_edge (Results 1 – 25 of 51) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfg.h94 extern edge make_single_succ_edge (basic_block, basic_block, int);
H A Dshrink-wrap.c574 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 Dipa-split.c1274 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 Dubsan.c815 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 Dexcept.c1015 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 Dtree-complex.c1313 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 Dcfg.c334 make_single_succ_edge (basic_block src, basic_block dest, int flags) in make_single_succ_edge() function
H A Dcgraphunit.c2150 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 Dbb-reorder.c1441 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 Dcfghooks.c548 res = make_single_succ_edge (bb, new_bb, EDGE_FALLTHRU); in split_block_1()
H A Dcfgexpand.c2554 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 Dcfganal.c582 make_single_succ_edge (bb, EXIT_BLOCK_PTR_FOR_FN (cfun), EDGE_FAKE); in add_noreturn_fake_exit_edges()
H A Dtree-ssa-threadupdate.c563 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 Dcfg.h94 extern edge make_single_succ_edge (basic_block, basic_block, int);
H A Dsymtab-thunks.cc602 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 Dshrink-wrap.cc575 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 Dipa-split.cc1293 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 Dubsan.cc826 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 Dexcept.cc1016 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 Dcfg.cc348 make_single_succ_edge (basic_block src, basic_block dest, int flags) in make_single_succ_edge() function
H A Dtree-complex.cc1327 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 Dbb-reorder.cc1441 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 Dcfghooks.cc564 res = make_single_succ_edge (bb, new_bb, EDGE_FALLTHRU); in split_block_1()
H A Dcfgexpand.cc2705 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 Dcfganal.cc607 make_single_succ_edge (bb, EXIT_BLOCK_PTR_FOR_FN (cfun), EDGE_FAKE); in add_noreturn_fake_exit_edges()

123