Searched refs:tidy_fallthru_edge (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfghooks.h | 137 void (*tidy_fallthru_edge) (edge); member 239 extern void tidy_fallthru_edge (edge);
|
H A D | cfghooks.c | 961 tidy_fallthru_edge (edge e) in tidy_fallthru_edge() function 963 if (cfg_hooks->tidy_fallthru_edge) in tidy_fallthru_edge() 964 cfg_hooks->tidy_fallthru_edge (e); in tidy_fallthru_edge() 979 if (!cfg_hooks->tidy_fallthru_edge) in tidy_fallthru_edges() 1010 tidy_fallthru_edge (s); in tidy_fallthru_edges()
|
H A D | sel-sched-ir.c | 3800 tidy_fallthru_edge (e); in maybe_tidy_empty_bb() 3853 tidy_fallthru_edge (EDGE_SUCC (xbb, 0)); in tidy_control_flow()
|
H A D | cfgcleanup.c | 187 tidy_fallthru_edge (cbranch_jump_edge); in try_simplify_condjump()
|
H A D | ifcvt.c | 4286 tidy_fallthru_edge (single_succ_edge (combo_bb)); in merge_if_block()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfghooks.h | 140 void (*tidy_fallthru_edge) (edge); member 241 extern void tidy_fallthru_edge (edge);
|
H A D | cfghooks.cc | 983 tidy_fallthru_edge (edge e) in tidy_fallthru_edge() function 985 if (cfg_hooks->tidy_fallthru_edge) in tidy_fallthru_edge() 986 cfg_hooks->tidy_fallthru_edge (e); in tidy_fallthru_edge() 1001 if (!cfg_hooks->tidy_fallthru_edge) in tidy_fallthru_edges() 1032 tidy_fallthru_edge (s); in tidy_fallthru_edges()
|
H A D | sel-sched-ir.cc | 3801 tidy_fallthru_edge (e); in maybe_tidy_empty_bb() 3854 tidy_fallthru_edge (EDGE_SUCC (xbb, 0)); in tidy_control_flow()
|
H A D | cfgcleanup.cc | 187 tidy_fallthru_edge (cbranch_jump_edge); in try_simplify_condjump()
|
H A D | ifcvt.cc | 4665 tidy_fallthru_edge (single_succ_edge (combo_bb)); in merge_if_block()
|
H A D | ChangeLog-1999 | 10782 * flow.c (tidy_fallthru_edge): If HAVE_cc0, verify insn before a 11432 of condjump_p in calling tidy_fallthru_edge and merge_blocks. 11758 or tidy_fallthru_edge if the last insn in the block is not 16352 (tidy_fallthru_edge): Use next_real_insn instead of confusing 18062 * flow.c (tidy_fallthru_edge): Be more careful finding the last 18592 Call tidy_fallthru_edge and merge_blocks. 18597 tidy_fallthru_edge. Update edge lists. 18602 (tidy_fallthru_edge): New.
|
H A D | ChangeLog.tree-ssa | 2882 (tidy_fallthru_edge, tidy_fallthru_edges, dump_bb, verify_flow_info): 2886 tidy_fallthru_edge. 2895 make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges): New. 2902 (tidy_fallthru_edge, tidy_fallthru_edges, create_empty_bb, 2919 tidy_fallthru_edge, rtl_split_edge, cfg_layout_merge_blocks,
|
H A D | ChangeLog-2001 | 9991 force_nonfallthru, redirect_edge_and_branch_force, tidy_fallthru_edge, 10313 (tidy_fallthru_edge): Likewise. 11659 tidy_fallthru_edge, tidy_fallthru_edges, back_edge_of_syntactic_loop_p, 13821 (tidy_fallthru_edge): Likewise. 16495 * flow.c (try_simplify_condjump): Use tidy_fallthru_edge. 29528 * flow.c (tidy_fallthru_edge): Never end block on line number NOTE.
|
H A D | ChangeLog-2000 | 10842 * flow.c (tidy_fallthru_edge): Update b->end properly. 17725 * flow.c (tidy_fallthru_edge): Likewise. 20715 * flow.c (tidy_fallthru_edge): Don't delete the jump when it's 22965 (tidy_fallthru_edge): Declare. 22968 (tidy_fallthru_edge): Export.
|
H A D | ChangeLog-2004 | 44540 * basic-block.h (tidy_fallthru_edge, tidy_fallthru_edges, dump_bb, 44554 make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges): 44557 make_forwarder_block, tidy_fallthru_edge and 44569 make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges): 44580 tidy_fallthru_edge, rtl_split_edge, cfg_layout_delete_block,
|
H A D | ChangeLog-2002 | 21668 force_nonfallthru_and_redirect, tidy_fallthru_edge, 24269 * cfgrtl.c (tidy_fallthru_edge): Don't use next_real_insn
|
H A D | ChangeLog-2018 | 25987 tidy_fallthru_edge and tidy_control_flow.
|