Lines Matching refs:current_func
188 static struct function *current_func = NULL; variable
404 return current_func->stack_size + ((1 + s->idx) * 4); in arg_offset()
523 struct function *f = current_func; in stack_alloc()
628 struct function *f = current_func; in insn()
646 struct function *f = current_func; in emit_comment()
661 struct function *f = current_func; in emit_label()
674 struct function *f = current_func; in emit_labelsym()
842 assert(current_func == NULL); in emit_func_pre()
843 current_func = f; in emit_func_pre()
850 struct function *f = current_func; in emit_func_post()
896 current_func = NULL; in emit_func_post()
1536 struct function *f = current_func; in emit_return_stmt()
1636 struct function *f = current_func; in emit_string_expr()
1879 struct function *f = current_func; in loopstk_push()
1891 struct function *f = current_func; in loopstk_pop()
1902 return current_func->loop_stack->loop_bottom_lbl; in loopstk_break()
1907 return current_func->loop_stack->continue_lbl; in loopstk_continue()
2066 struct function *f = current_func; in x86_call_expression()
2138 struct function *f = current_func; in x86_address_gen()