Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dlocal-propagation.c986 if (call->out_ireg_args) { in mono_local_deadce()
987 for (l = call->out_ireg_args; l; l = l->next) { in mono_local_deadce()
H A Dmini-codegen.c276 …call->out_ireg_args = g_slist_append_mempool (cfg->mempool, call->out_ireg_args, (gpointer)(gssize… in mono_call_inst_add_outarg_reg()
626 list = call->out_ireg_args; in mono_print_ins_index_strbuf()
1816 list = call->out_ireg_args; in mono_local_regalloc()
H A Dmini.h744 GSList *out_ireg_args; member
H A Dmini-llvm.c3389 l = call->out_ireg_args; in process_call()