Searched refs:print_rtl_with_bb (Results 1 – 17 of 17) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | toplev.c | 2792 close_dump_file (DFI_ssa, print_rtl_with_bb, insns); 2803 close_dump_file (DFI_ssa_ccp, print_rtl_with_bb, get_insns ()); 2826 close_dump_file (DFI_ssa_dce, print_rtl_with_bb, insns); 2839 close_dump_file (DFI_ussa, print_rtl_with_bb, insns); 2859 close_dump_file (DFI_null, print_rtl_with_bb, insns); 2870 close_dump_file (DFI_jump, print_rtl_with_bb, insns); 2917 close_dump_file (DFI_cse, print_rtl_with_bb, insns); 2983 close_dump_file (DFI_gcse, print_rtl_with_bb, insns); 3060 close_dump_file (DFI_cfg, print_rtl_with_bb, insns); 3084 close_dump_file (DFI_bp, print_rtl_with_bb, insns); [all …]
|
H A D | cfgrtl.c | 1660 print_rtl_with_bb (outf, rtx_first) in print_rtl_with_bb() function
|
H A D | rtl.h | 2093 extern void print_rtl_with_bb PARAMS ((FILE *, rtx));
|
H A D | ifcvt.c | 3197 print_rtl_with_bb (rtl_dump_file, get_insns ());
|
H A D | FSFChangeLog | 28 * flow.c (print_rtl_with_bb): Write insns in epilogue delay list. 659 * flow.c (print_rtl_with_bb): Don't say not in basic block if we
|
H A D | ChangeLog.0 | 852 * flow.c (print_rtl_with_bb): Don't output newline after line 11295 * flow.c (print_rtl_with_bb): Cast alloca return value for 11390 * flow.c (print_rtl_with_bb): Cast alloca return values for variables 12261 flow_analysis, use print_rtl_with_bb instead of print_rtl. 12266 * flow.c (print_rtl_with_bb): Print which insns start and end
|
H A D | ChangeLog.1 | 2863 * flow.c (print_rtl_with_bb): Cast the return value of alloca. 4154 (print_rtl_with_bb): Update for new structures. 11926 * flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use. 12181 (print_rtl_with_bb): Use return value of print_rtl_single.
|
H A D | FSFChangeLog.11 | 1566 * flow.c (print_rtl_with_bb): Cast alloca return values. 1865 * flow.c (print_rtl_with_bb): Reformat messages about BB boundaries. 2547 flow_analysis, use print_rtl_with_bb instead of print_rtl. 2550 * flow.c (print_rtl_with_bb): Print which insns start and end
|
H A D | ChangeLog.2 | 3366 (print_rtl_with_bb): Likewise. 7480 * rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes. 7489 print_rtl, print_rtl_with_bb, rest_of_decl_compilation,
|
H A D | ChangeLog.3 | 7624 (print_rtl_with_bb): Dump regs live at end too. 13052 (dump_flow_info, print_rtl_with_bb): Use dump_regset. 15265 (print_rtl_with_bb): Don't consult obey_regdecls.
|
H A D | ChangeLog.6 | 9994 debug_bb_n, print_rtl_with_bb, verify_flow_info, purge_dead_edges, 11662 dump_edge_info, dump_bb, debug_bb, debug_bb_n, print_rtl_with_bb,
|
H A D | ChangeLog.7 | 5771 print_rtl_with_bb, verify_flow_info, purge_all_dead_edges): Likewise. 7224 dump_bb, print_rtl_with_bb, verify_flow_info, purge_dead_edges,
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | passes.c | 772 print_rtl_with_bb (dump_file, get_insns ()); in execute_todo()
|
H A D | df-problems.c | 3726 print_rtl_with_bb (stderr, get_insns()); in df_ri_compute() 3771 print_rtl_with_bb (file, get_insns ()); in df_ri_dump()
|
H A D | rtl.h | 2138 extern void print_rtl_with_bb (FILE *, rtx);
|
H A D | cfgrtl.c | 1614 print_rtl_with_bb (FILE *outf, rtx rtx_first) in print_rtl_with_bb() function
|
H A D | ifcvt.c | 3896 print_rtl_with_bb (dump_file, get_insns ()); in if_convert()
|