Searched refs:create_subroutine (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genrecog.c | 3390 create_subroutine (routine_type type, state *s, vec <state *> &procs) in create_subroutine() function 3448 trans->to = create_subroutine (type, trans->to, procs); in find_subroutines() 3475 cand.first->to = create_subroutine (type, cand.first->to, procs); in find_subroutines()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genrecog.cc | 3388 create_subroutine (routine_type type, state *s, vec <state *> &procs) in create_subroutine() function 3446 trans->to = create_subroutine (type, trans->to, procs); in find_subroutines() 3473 cand.first->to = create_subroutine (type, cand.first->to, procs); in find_subroutines()
|