Home
last modified time | relevance | path

Searched refs:tidy_fallthru_edge (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfghooks.h137 void (*tidy_fallthru_edge) (edge); member
239 extern void tidy_fallthru_edge (edge);
H A Dcfghooks.c961 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 Dsel-sched-ir.c3800 tidy_fallthru_edge (e); in maybe_tidy_empty_bb()
3853 tidy_fallthru_edge (EDGE_SUCC (xbb, 0)); in tidy_control_flow()
H A Dcfgcleanup.c187 tidy_fallthru_edge (cbranch_jump_edge); in try_simplify_condjump()
H A Difcvt.c4286 tidy_fallthru_edge (single_succ_edge (combo_bb)); in merge_if_block()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfghooks.h140 void (*tidy_fallthru_edge) (edge); member
241 extern void tidy_fallthru_edge (edge);
H A Dcfghooks.cc983 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 Dsel-sched-ir.cc3801 tidy_fallthru_edge (e); in maybe_tidy_empty_bb()
3854 tidy_fallthru_edge (EDGE_SUCC (xbb, 0)); in tidy_control_flow()
H A Dcfgcleanup.cc187 tidy_fallthru_edge (cbranch_jump_edge); in try_simplify_condjump()
H A Difcvt.cc4665 tidy_fallthru_edge (single_succ_edge (combo_bb)); in merge_if_block()
H A DChangeLog-199910782 * 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 DChangeLog.tree-ssa2882 (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 DChangeLog-20019991 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 DChangeLog-200010842 * 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 DChangeLog-200444540 * 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 DChangeLog-200221668 force_nonfallthru_and_redirect, tidy_fallthru_edge,
24269 * cfgrtl.c (tidy_fallthru_edge): Don't use next_real_insn
H A DChangeLog-201825987 tidy_fallthru_edge and tidy_control_flow.