Searched refs:print_insn_with_notes (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | print-rtl.h | 89 extern void print_insn_with_notes (pretty_printer *, const rtx_insn *);
|
H A D | print-rtl.cc | 1851 print_insn_with_notes (pp, seq->insn (i)); in print_pattern() 2043 print_insn_with_notes (pretty_printer *pp, const rtx_insn *x) in print_insn_with_notes() function 2083 print_insn_with_notes (&rtl_slim_pp, x); in dump_insn_slim() 2103 print_insn_with_notes (&rtl_slim_pp, insn); in dump_rtl_slim() 2129 print_insn_with_notes (pp, insn); in rtl_dump_bb_for_graph()
|
H A D | ChangeLog-2012 | 1163 * rtl.h (print_insn_with_notes): Remove prototype. 1165 * sched-vis.c (print_insn_with_notes): Make static again. Fix 1313 * rtl.h (print_insn_with_notes): Prototype. 1314 * sched-vis.c (print_insn_with_notes): Export it. 1533 (print_insn_with_notes): New static function.
|
H A D | ChangeLog-2020 | 577 * print-rtl.h (print_insn_with_notes): Declare. 578 * print-rtl.c (print_insn_with_notes): Make non-static
|
H A D | ChangeLog-2013 | 17696 * sched-vis.c (print_insn_with_notes): Handle INT_LIST.
|
H A D | ChangeLog-2015 | 31833 * sched-vis.c (print_insn_with_notes): Promote rtx to rtx_insn.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | print-rtl.c | 1263 static void print_insn_with_notes (pretty_printer *, const rtx_insn *); 1822 print_insn_with_notes (pp, seq->insn (i)); in print_pattern() 2014 print_insn_with_notes (pretty_printer *pp, const rtx_insn *x) in print_insn_with_notes() function 2054 print_insn_with_notes (&rtl_slim_pp, x); in dump_insn_slim() 2074 print_insn_with_notes (&rtl_slim_pp, insn); in dump_rtl_slim() 2100 print_insn_with_notes (pp, insn); in rtl_dump_bb_for_graph()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | insns.cc | 145 print_insn_with_notes (&sub_pp, rtl ()); in print_full()
|