Searched refs:rtx_first (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgraph.c227 print_rtl_graph_with_bb (const char *base, rtx rtx_first)
245 if (rtx_first == 0)
284 for (tmp_rtx = NEXT_INSN (rtx_first); NULL != tmp_rtx;
226 print_rtl_graph_with_bb(const char *base, rtx rtx_first) argument
H A Dprint-rtl.c738 print_rtl (FILE *outf, rtx rtx_first) argument
745 if (rtx_first == 0)
751 switch (GET_CODE (rtx_first))
759 for (tmp_rtx = rtx_first; tmp_rtx != 0; tmp_rtx = NEXT_INSN (tmp_rtx))
771 print_rtx (rtx_first);
H A Dcfgrtl.c1625 print_rtl_with_bb (FILE *outf, rtx rtx_first)
1629 if (rtx_first == 0)
1660 for (tmp_rtx = rtx_first; NULL != tmp_rtx; tmp_rtx = NEXT_INSN (tmp_rtx))
2009 const rtx rtx_first = get_insns ();
2070 for (x = rtx_first; x; x = NEXT_INSN (x))
1614 print_rtl_with_bb(FILE *outf, rtx rtx_first) argument
1996 const rtx rtx_first = get_insns (); local

Completed in 168 milliseconds