Searched refs:entry_of_function (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cfgrtl.h | 30 extern rtx_insn *entry_of_function (void);
|
H A D | cfgrtl.c | 501 entry_of_function (void) in entry_of_function() function
|
H A D | builtins.c | 1572 emit_insn_before (seq, NEXT_INSN (entry_of_function ())); in expand_builtin_apply_args() 4739 emit_insn_after (seq, entry_of_function ()); in expand_builtin_saveregs()
|
H A D | function.c | 5721 emit_insn_after (seq, entry_of_function ()); in get_arg_pointer_save_area()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | rtl.h | 2451 extern rtx entry_of_function (void);
|
H A D | cfgrtl.c | 458 entry_of_function (void) in entry_of_function() function
|
H A D | function.c | 5192 emit_insn_after (seq, entry_of_function ()); in get_arg_pointer_save_area()
|
H A D | builtins.c | 1565 emit_insn_before (seq, NEXT_INSN (entry_of_function ())); in expand_builtin_apply_args() 4102 emit_insn_after (seq, entry_of_function ()); in expand_builtin_saveregs()
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | i386.c | 7772 emit_insn_after (seq, entry_of_function ()); in ix86_va_start() 9539 insn = emit_insn_before (seq, NEXT_INSN (entry_of_function ())); in ix86_get_drap_rtx()
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | i386.c | 9875 emit_insn_after (seq, entry_of_function ()); in ix86_va_start() 12535 insn = emit_insn_before (seq, NEXT_INSN (entry_of_function ())); in ix86_get_drap_rtx()
|