Searched refs:gen_inbound (Results 1 – 3 of 3) sorted by relevance
344 struct block *gen_inbound(compiler_state_t *, int);
689 | INBOUND { CHECK_PTR_VAL(($$ = gen_inbound(cstate, 0))); }690 | OUTBOUND { CHECK_PTR_VAL(($$ = gen_inbound(cstate, 1))); }
8543 gen_inbound(compiler_state_t *cstate, int dir) in gen_inbound() function