Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenrecog.c5187 print_subroutine (output_state *os, state *s, int proc_id) in print_subroutine() argument
5196 if (proc_id) in print_subroutine()
5197 printf ("static int\nrecog_%d", proc_id); in print_subroutine()
5206 if (proc_id) in print_subroutine()
5207 printf ("static rtx_insn *\nsplit_%d", proc_id); in print_subroutine()
5214 if (proc_id) in print_subroutine()
5215 printf ("static rtx_insn *\npeephole2_%d", proc_id); in print_subroutine()
5224 if (proc_id == 0) in print_subroutine()