Searched refs:current_function_calls_alloca (Results 1 – 25 of 27) sorted by relevance
12
| /freebsd-12.1/contrib/gcc/ |
| H A D | function.h | 497 #define current_function_calls_alloca (cfun->calls_alloca) macro
|
| H A D | cfgexpand.c | 1097 || 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 D | tree-tailcall.c | 167 if (current_function_calls_alloca) in suitable_for_tail_call_opt_p()
|
| H A D | dojump.c | 73 && (! flag_omit_frame_pointer || current_function_calls_alloca) in clear_pending_stack_adjust()
|
| H A D | explow.c | 1097 current_function_calls_alloca = 1; in allocate_dynamic_stack_space()
|
| H A D | flow.c | 901 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 D | df-scan.c | 1944 && !current_function_calls_alloca in df_record_exit_block_uses()
|
| H A D | global.c | 343 || (current_function_calls_alloca && EXIT_IGNORE_STACK) in global_alloc()
|
| H A D | tree-cfg.c | 1826 current_function_calls_alloca = true; in notice_special_calls() 1838 current_function_calls_alloca = false; in clear_special_calls()
|
| H A D | calls.c | 2069 current_function_calls_alloca = 1; in expand_call()
|
| H A D | emit-rtl.c | 597 if (!current_function_calls_alloca) in gen_tmp_stack_mem()
|
| H A D | function.c | 4568 && current_function_calls_alloca) in expand_function_end()
|
| H A D | ChangeLog-1999 | 11157 * 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 D | reload1.c | 3588 || (current_function_calls_alloca in init_elim_table()
|
| H A D | FSFChangeLog.11 | 8628 (current_function_calls_alloca): Remove. 10157 (current_function_calls_alloca): Likewise
|
| H A D | ChangeLog-1998 | 17311 current_function_calls_alloca, call optimize_save_area_alloca.
|
| H A D | ChangeLog-2004 | 24876 (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 D | sparc.h | 1667 || current_function_calls_alloca || current_function_outgoing_args_size)
|
| H A D | sparc.md | 140 (symbol_ref "current_function_calls_alloca != 0")) 7257 if (! current_function_calls_alloca)
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips.h | 1447 #define FRAME_POINTER_REQUIRED (current_function_calls_alloca)
|
| H A D | mips.c | 6412 if (args_size == 0 && current_function_calls_alloca) in compute_frame_size()
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | arm.c | 1506 || 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 D | s390.c | 6499 || 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 D | rs6000.c | 13105 || (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 D | i386.c | 5516 && (!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