Searched refs:indented_print_rtx_head (Results 1 – 1 of 1) sorted by relevance
1842 char indented_print_rtx_head[32]; in print_pattern() local1845 gcc_assert (strlen (print_rtx_head) < sizeof (indented_print_rtx_head) - 4); in print_pattern()1846 snprintf (indented_print_rtx_head, in print_pattern()1847 sizeof (indented_print_rtx_head), in print_pattern()1849 print_rtx_head = indented_print_rtx_head; in print_pattern()