Home
last modified time | relevance | path

Searched refs:current_function_calls_alloca (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/gcc/
H A Dfunction.h497 #define current_function_calls_alloca (cfun->calls_alloca) macro
H A Dcfgexpand.c1097 || current_function_calls_alloca || has_protected_decls) in expand_used_vars()
1102 if (current_function_calls_alloca || has_protected_decls) in expand_used_vars()
1684 if (current_function_calls_alloca) in tree_expand_cfg()
H A Dtree-tailcall.c167 if (current_function_calls_alloca) in suitable_for_tail_call_opt_p()
H A Ddojump.c73 && (! flag_omit_frame_pointer || current_function_calls_alloca) in clear_pending_stack_adjust()
H A Dexplow.c1097 current_function_calls_alloca = 1; in allocate_dynamic_stack_space()
H A Dflow.c901 current_function_sp_is_unchanging = !current_function_calls_alloca; in notice_stack_pointer_modification()
953 && ! current_function_calls_alloca in mark_regs_live_at_end()
H A Ddf-scan.c1944 && !current_function_calls_alloca in df_record_exit_block_uses()
H A Dglobal.c343 || (current_function_calls_alloca && EXIT_IGNORE_STACK) in global_alloc()
H A Dtree-cfg.c1826 current_function_calls_alloca = true; in notice_special_calls()
1838 current_function_calls_alloca = false; in clear_special_calls()
H A Dcalls.c2069 current_function_calls_alloca = 1; in expand_call()
H A Demit-rtl.c597 if (!current_function_calls_alloca) in gen_tmp_stack_mem()
H A Dfunction.c4568 && current_function_calls_alloca) in expand_function_end()
H A DChangeLog-199911157 * config/elxsi/elxsi.h (current_function_calls_alloca): Delete
11177 * config/mips/mips.h (current_function_calls_alloca): Delete
11189 current_function_args_size, current_function_calls_alloca): Delete
11193 current_function_calls_alloca, current_function_decl): Delete
11196 current_function_calls_alloca): Delete declarations.
11256 apply_args_value, current_function_calls_alloca, inhibit_defer_pop,
11274 current_function_has_computed_jump, current_function_calls_alloca,
11331 current_function_calls_longjmp, current_function_calls_alloca,
H A Dreload1.c3588 || (current_function_calls_alloca in init_elim_table()
H A DFSFChangeLog.118628 (current_function_calls_alloca): Remove.
10157 (current_function_calls_alloca): Likewise
H A DChangeLog-199817311 current_function_calls_alloca, call optimize_save_area_alloca.
H A DChangeLog-200424876 (current_function_calls_alloca attribute): Rename into calls_alloca.
24881 (do_builtin_setjmp_setup): Adjust use of current_function_calls_alloca.
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.h1667 || current_function_calls_alloca || current_function_outgoing_args_size)
H A Dsparc.md140 (symbol_ref "current_function_calls_alloca != 0"))
7257 if (! current_function_calls_alloca)
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.h1447 #define FRAME_POINTER_REQUIRED (current_function_calls_alloca)
H A Dmips.c6412 if (args_size == 0 && current_function_calls_alloca) in compute_frame_size()
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c1506 || current_function_calls_alloca in use_return_insn()
9562 gcc_assert (!current_function_calls_alloca || really_return); in output_return_instruction()
10024 || current_function_calls_alloca) in arm_output_epilogue()
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.c6499 || current_function_calls_alloca in s390_register_info()
6675 && !current_function_calls_alloca in s390_frame_info()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c13105 || (DEFAULT_ABI == ABI_V4 && current_function_calls_alloca) in rs6000_stack_info()
13793 || current_function_calls_alloca in rs6000_emit_eh_reg_restore()
14968 || current_function_calls_alloca in rs6000_emit_epilogue()
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c5516 && (!current_function_is_leaf || current_function_calls_alloca in ix86_compute_frame_layout()
5527 if (!current_function_is_leaf || current_function_calls_alloca in ix86_compute_frame_layout()

12