Home
last modified time | relevance | path

Searched refs:tail_call_marked (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsymtab-thunks.cc627 cfun->tail_call_marked = true; in expand_thunk()
641 cfun->tail_call_marked = true; in expand_thunk()
H A Dfunction.h427 unsigned int tail_call_marked : 1; member
H A Dtree-tailcall.cc1062 cfun->tail_call_marked = true; in optimize_tail_call()
H A Dexpr.cc4565 if (cfun->tail_call_marked) in emit_single_push_insn_1()
H A DChangeLog-20202246 if cfun->tail_call_marked is true.
12932 * function.c (use_register_for_decl): Test cfun->tail_call_marked
13239 cfun->tail_call_marked when forcing a tail call.
13241 load a parameter passed by reference if cfun->tail_call_marked.
H A DChangeLog-201446481 * function.h (struct function): Add tail_call_marked.
46482 * tree-tailcall.c (optimize_tail_call): Set tail_call_marked.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.h413 unsigned int tail_call_marked : 1; member
H A Dtree-tailcall.c1051 cfun->tail_call_marked = true; in optimize_tail_call()
H A Dexpr.c4295 if (cfun->tail_call_marked) in emit_single_push_insn_1()