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

/haiku-buildtools/legacy/gcc/gcc/
H A Dprint-rtl.c431 print_rtl (outf, rtx_first)
433 rtx rtx_first;
440 if (rtx_first == 0)
443 switch (GET_CODE (rtx_first))
451 for (tmp_rtx = rtx_first; NULL != tmp_rtx; tmp_rtx = NEXT_INSN (tmp_rtx))
464 print_rtx (rtx_first);
H A Dgraph.c250 print_rtl_graph_with_bb (base, suffix, rtx_first)
253 rtx rtx_first;
273 if (rtx_first == 0)
314 for (tmp_rtx = NEXT_INSN (rtx_first); NULL != tmp_rtx;
H A Dflow.c4441 print_rtl_with_bb (outf, rtx_first)
4443 rtx rtx_first;
4447 if (rtx_first == 0)
4484 for (tmp_rtx = rtx_first; NULL != tmp_rtx; tmp_rtx = NEXT_INSN (tmp_rtx))
5138 const rtx rtx_first = get_insns ();
5154 for (x = rtx_first; x != NULL_RTX; x = NEXT_INSN (x))
5299 x = rtx_first;
5120 const rtx rtx_first = get_insns (); local
/haiku-buildtools/gcc/gcc/
H A Dprint-rtl.c789 print_rtl (FILE *outf, const_rtx rtx_first) argument
796 if (rtx_first == 0)
802 switch (GET_CODE (rtx_first))
811 for (tmp_rtx = as_a <const rtx_insn *> (rtx_first);
823 print_rtx (rtx_first);
H A Dcfgrtl.c2206 print_rtl_with_bb (FILE *outf, const rtx_insn *rtx_first, int flags)
2209 if (rtx_first == 0)
2251 for (tmp_rtx = rtx_first; NULL != tmp_rtx; tmp_rtx = NEXT_INSN (tmp_rtx))
2963 rtx_insn * const rtx_first = get_insns ();
2969 for (x = rtx_first; x; x = NEXT_INSN (x))
2195 print_rtl_with_bb(FILE *outf, const rtx_insn *rtx_first, int flags) argument
2950 rtx_insn * const rtx_first = get_insns (); local

Completed in 160 milliseconds