Searched refs:print_subroutine_group (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genrecog.c | 5253 print_subroutine_group (output_state *os, routine_type type, state *root) in print_subroutine_group() function 5443 print_subroutine_group (&os, RECOG, &insn_root); in main() 5444 print_subroutine_group (&os, SPLIT, &split_root); in main() 5445 print_subroutine_group (&os, PEEPHOLE2, &peephole2_root); in main()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genrecog.cc | 5251 print_subroutine_group (output_state *os, routine_type type, state *root) in print_subroutine_group() function 5441 print_subroutine_group (&os, RECOG, &insn_root); in main() 5442 print_subroutine_group (&os, SPLIT, &split_root); in main() 5443 print_subroutine_group (&os, PEEPHOLE2, &peephole2_root); in main()
|