Searched refs:rtx_first (Results 1 – 3 of 3) sorted by relevance
738 print_rtl (FILE *outf, rtx rtx_first) in print_rtl() argument745 if (rtx_first == 0) in print_rtl()751 switch (GET_CODE (rtx_first)) in print_rtl()759 for (tmp_rtx = rtx_first; tmp_rtx != 0; tmp_rtx = NEXT_INSN (tmp_rtx)) in print_rtl()771 print_rtx (rtx_first); in print_rtl()
226 print_rtl_graph_with_bb (const char *base, rtx rtx_first) in print_rtl_graph_with_bb() argument244 if (rtx_first == 0) in print_rtl_graph_with_bb()283 for (tmp_rtx = NEXT_INSN (rtx_first); NULL != tmp_rtx; in print_rtl_graph_with_bb()
1614 print_rtl_with_bb (FILE *outf, rtx rtx_first) in print_rtl_with_bb() argument1618 if (rtx_first == 0) in print_rtl_with_bb()1649 for (tmp_rtx = rtx_first; NULL != tmp_rtx; tmp_rtx = NEXT_INSN (tmp_rtx)) in print_rtl_with_bb()1996 const rtx rtx_first = get_insns (); in rtl_verify_flow_info() local2057 for (x = rtx_first; x; x = NEXT_INSN (x)) in rtl_verify_flow_info()