Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtoplev.c2792 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 Dcfgrtl.c1660 print_rtl_with_bb (outf, rtx_first) in print_rtl_with_bb() function
H A Drtl.h2093 extern void print_rtl_with_bb PARAMS ((FILE *, rtx));
H A Difcvt.c3197 print_rtl_with_bb (rtl_dump_file, get_insns ());
H A DFSFChangeLog28 * 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 DChangeLog.0852 * 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 DChangeLog.12863 * 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 DFSFChangeLog.111566 * 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 DChangeLog.23366 (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 DChangeLog.37624 (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 DChangeLog.69994 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 DChangeLog.75771 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 Dpasses.c772 print_rtl_with_bb (dump_file, get_insns ()); in execute_todo()
H A Ddf-problems.c3726 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 Drtl.h2138 extern void print_rtl_with_bb (FILE *, rtx);
H A Dcfgrtl.c1614 print_rtl_with_bb (FILE *outf, rtx rtx_first) in print_rtl_with_bb() function
H A Difcvt.c3896 print_rtl_with_bb (dump_file, get_insns ()); in if_convert()