Home
last modified time | relevance | path

Searched refs:entry_of_function (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgrtl.h30 extern rtx_insn *entry_of_function (void);
H A Dcfgrtl.c517 entry_of_function (void) in entry_of_function() function
H A Dbuiltins.c1739 emit_insn_before (seq, NEXT_INSN (entry_of_function ())); in expand_builtin_apply_args()
5527 emit_insn_after (seq, entry_of_function ()); in expand_builtin_saveregs()
H A Dfunction.c5620 emit_insn_after (seq, entry_of_function ()); in get_arg_pointer_save_area()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgrtl.h30 extern rtx_insn *entry_of_function (void);
H A Dcfgrtl.cc518 entry_of_function (void) in entry_of_function() function
H A Dbuiltins.cc1628 emit_insn_before (seq, NEXT_INSN (entry_of_function ())); in expand_builtin_apply_args()
4700 emit_insn_after (seq, entry_of_function ()); in expand_builtin_saveregs()
H A DChangeLog-200428814 * builtins.c (entry_of_function): Move to ...
28815 * cfgrtl.c (entry_of_function): Here and make non-static.
28816 * integrate.c (emit_initial_value_sets): Use entry_of_function.
28817 * rtl.h (entry_of_function): Prototype.
28949 (entry_of_function): New function.
H A DChangeLog-2005960 * cfgrtl.c (entry_of_function, rtl_verify_flow_info,
35879 * function.c (get_arg_pointer_save_area): Use entry_of_function
H A DChangeLog-20136243 (entry_of_function): Likewise.
7390 (entry_of_function): Likewise.
H A DChangeLog-201428098 * rtl.h (entry_of_function): Strengthen return type from rtx to
28100 * cfgrtl.c (entry_of_function): Likewise.
H A DChangeLog-20081734 parm_birth_insn instead of after entry_of_function's first insn.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c4175 emit_insn_after (seq, entry_of_function ()); in ix86_va_start()
7016 insn = emit_insn_before (seq, NEXT_INSN (entry_of_function ())); in ix86_get_drap_rtx()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc4600 emit_insn_after (seq, entry_of_function ()); in ix86_va_start()
7509 insn = emit_insn_before (seq, NEXT_INSN (entry_of_function ())); in ix86_get_drap_rtx()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c12500 emit_insn_after (seq, entry_of_function ()); in s390_va_start()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc12778 emit_insn_after (seq, entry_of_function ()); in s390_va_start()