Home
last modified time | relevance | path

Searched refs:dump_bb (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/gcc/
HDcfghooks.h32 void (*dump_bb) (basic_block, FILE *, int); member
141 extern void dump_bb (basic_block, FILE *, int);
HDcfghooks.c236 dump_bb (basic_block bb, FILE *outf, int indent) in dump_bb() function
273 if (cfg_hooks->dump_bb) in dump_bb()
274 cfg_hooks->dump_bb (bb, outf, indent); in dump_bb()
HDgdbinit.in117 set dump_bb ($, stderr, 0)
HDcfg.c798 dump_bb (bb, stderr, 0); in debug_bb()
805 dump_bb (bb, stderr, 0); in debug_bb_n()
HDflow.c491 dump_bb (bb, dump_file, 0); in verify_wide_reg()
516 dump_bb (bb, dump_file, 0); in verify_local_live_at_start()
538 dump_bb (bb, dump_file, 0); in verify_local_live_at_start()
HDtree-into-ssa.c1471 dump_bb (bb, file, 0); in dump_tree_ssa()
HDtree-cfg.c2012 dump_bb (bb, dump_file, 0); in remove_bb()
2268 dump_bb (bb, stderr, 0); in debug_tree_bb()
HDChangeLog.tree-ssa2882 (tidy_fallthru_edge, tidy_fallthru_edges, dump_bb, verify_flow_info):
2884 * cfg.c (verify_flow_info, dump_bb): Moved to cfghooks.c.
2890 (verify_flow_info, dump_bb): Moved from cfg.c.
2903 verify_flow_info, dump_bb, ir_type): Declare.
7083 * cfghooks.c (dump_bb): Take extra `int indent' argument.
7084 * cfg.c (dump_bb): Take extra argument to match cfg hook.
7087 * basic-block.c (dump_bb): Adjust prototype.
7091 Fixup dump_bb calls.
7093 `prefix' argument. Put in tree_cfg_hooks as cfg hook for dump_bb.
7094 (remove_bb, debug_tree_bb, dump_tree_cfg): Call dump_bb.
[all …]
HDChangeLog-200410741 (dump_bb): Likewise.
44540 * basic-block.h (tidy_fallthru_edge, tidy_fallthru_edges, dump_bb,
44542 * cfg.c (verify_flow_info, dump_bb): Moved to cfghooks.c.
44543 (debug_bb, debug_bb_n): Add argument to dump_bb call.
44549 (verify_flow_info, dump_bb): Moved from cfg.c.
44558 move_block_after. Changed type of verify_flow_info, dump_bb,
44565 (verify_flow_info, dump_bb, redirect_edge_and_branch,
44589 to dump_bb.
46974 * cfg.c (dump_bb): Dump entry edges.
HDChangeLog-20019993 commit_one_edge_insertion, commit_edge_insertions, dump_bb, debug_bb,
11662 dump_edge_info, dump_bb, debug_bb, debug_bb_n, print_rtl_with_bb,
19328 * flow.c (dump_bb): Remove unused third argument to call
20032 * flow.c (dump_edge_info, dump_flow_info, dump_bb): Print count fields
26300 (dump_bb): Don't print eh_beg, eh_end.
HDChangeLog-200320131 (dump_bb): New based on old dump_bb in cfgrtl.c
20136 (dump_bb): Remove generic parts.
HDChangeLog-200221671 dump_bb, print_rtl_with_bb, verify_flow_info, purge_dead_edges,
33122 (verify_local_live_at_start): Use dump_bb instead.
HDChangeLog-200028316 * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,