Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dprint-rtl.c738 print_rtl (FILE *outf, rtx rtx_first) in print_rtl() argument
745 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()
Dgraph.c226 print_rtl_graph_with_bb (const char *base, rtx rtx_first) in print_rtl_graph_with_bb() argument
244 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()
Dcfgrtl.c1614 print_rtl_with_bb (FILE *outf, rtx rtx_first) in print_rtl_with_bb() argument
1618 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() local
2057 for (x = rtx_first; x; x = NEXT_INSN (x)) in rtl_verify_flow_info()