Home
last modified time | relevance | path

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

12

/freebsd-9-stable/contrib/gcc/
Dfunction.h491 #define current_function_calls_alloca (cfun->calls_alloca) macro
Dcfgexpand.c1039 && (current_function_calls_alloca || has_protected_decls))) in expand_used_vars()
1616 if (current_function_calls_alloca) in tree_expand_cfg()
Dtree-tailcall.c167 if (current_function_calls_alloca) in suitable_for_tail_call_opt_p()
Ddojump.c73 && (! flag_omit_frame_pointer || current_function_calls_alloca) in clear_pending_stack_adjust()
Dexplow.c1097 current_function_calls_alloca = 1; in allocate_dynamic_stack_space()
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()
Ddf-scan.c1944 && !current_function_calls_alloca in df_record_exit_block_uses()
Dglobal.c343 || (current_function_calls_alloca && EXIT_IGNORE_STACK) in global_alloc()
Dtree-cfg.c1826 current_function_calls_alloca = true; in notice_special_calls()
1838 current_function_calls_alloca = false; in clear_special_calls()
Dcalls.c2068 current_function_calls_alloca = 1; in expand_call()
Dfunction.c4556 && current_function_calls_alloca) in expand_function_end()
Demit-rtl.c597 if (!current_function_calls_alloca) in gen_tmp_stack_mem()
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,
Dreload1.c3586 || (current_function_calls_alloca in init_elim_table()
DFSFChangeLog.118628 (current_function_calls_alloca): Remove.
10157 (current_function_calls_alloca): Likewise
DChangeLog-199817311 current_function_calls_alloca, call optimize_save_area_alloca.
DChangeLog-200424876 (current_function_calls_alloca attribute): Rename into calls_alloca.
24881 (do_builtin_setjmp_setup): Adjust use of current_function_calls_alloca.
/freebsd-9-stable/contrib/gcc/config/sparc/
Dsparc.h1667 || current_function_calls_alloca || current_function_outgoing_args_size)
Dsparc.md140 (symbol_ref "current_function_calls_alloca != 0"))
7257 if (! current_function_calls_alloca)
/freebsd-9-stable/contrib/gcc/config/mips/
Dmips.h1444 #define FRAME_POINTER_REQUIRED (current_function_calls_alloca)
Dmips.c6387 if (args_size == 0 && current_function_calls_alloca) in compute_frame_size()
/freebsd-9-stable/contrib/gcc/config/arm/
Darm.c1504 || current_function_calls_alloca in use_return_insn()
9560 gcc_assert (!current_function_calls_alloca || really_return); in output_return_instruction()
10022 || current_function_calls_alloca) in arm_output_epilogue()
/freebsd-9-stable/contrib/gcc/config/s390/
Ds390.c6499 || current_function_calls_alloca in s390_register_info()
6675 && !current_function_calls_alloca in s390_frame_info()
/freebsd-9-stable/contrib/gcc/config/rs6000/
Drs6000.c13104 || (DEFAULT_ABI == ABI_V4 && current_function_calls_alloca) in rs6000_stack_info()
13792 || current_function_calls_alloca in rs6000_emit_eh_reg_restore()
14967 || current_function_calls_alloca in rs6000_emit_epilogue()
/freebsd-9-stable/contrib/gcc/config/i386/
Di386.c5502 && (!current_function_is_leaf || current_function_calls_alloca in ix86_compute_frame_layout()
5513 if (!current_function_is_leaf || current_function_calls_alloca in ix86_compute_frame_layout()

12