Home
last modified time | relevance | path

Searched refs:print_insn_with_notes (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprint-rtl.h89 extern void print_insn_with_notes (pretty_printer *, const rtx_insn *);
H A Dprint-rtl.cc1851 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 DChangeLog-20121163 * 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 DChangeLog-2020577 * print-rtl.h (print_insn_with_notes): Declare.
578 * print-rtl.c (print_insn_with_notes): Make non-static
H A DChangeLog-201317696 * sched-vis.c (print_insn_with_notes): Handle INT_LIST.
H A DChangeLog-201531833 * sched-vis.c (print_insn_with_notes): Promote rtx to rtx_insn.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprint-rtl.c1263 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 Dinsns.cc145 print_insn_with_notes (&sub_pp, rtl ()); in print_full()