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

/freebsd-10.0-release/contrib/gcc/
H A Dprint-rtl.c57 const char *print_rtx_head = ""; variable
143 fprintf (outfile, "\n%s%*s", print_rtx_head, indent * 2, "");
376 print_rtx_head, indent * 2, "");
392 fprintf (outfile, "\n%s%*s", print_rtx_head, indent * 2, "");
742 fputs (print_rtx_head, outf);
758 fputs (print_rtx_head, outfile);
765 fputs (print_rtx_head, outfile);
781 fputs (print_rtx_head, outfile);
H A Dfinal.c2385 print_rtx_head = ASM_COMMENT_START;
2387 print_rtx_head = "";
H A Drtl.h2114 extern const char *print_rtx_head;

Completed in 123 milliseconds