Searched refs:current_function_calls_alloca (Results 1 – 25 of 27) sorted by relevance
12
| /freebsd-9-stable/contrib/gcc/ |
| D | function.h | 491 #define current_function_calls_alloca (cfun->calls_alloca) macro
|
| D | cfgexpand.c | 1039 && (current_function_calls_alloca || has_protected_decls))) in expand_used_vars() 1616 if (current_function_calls_alloca) in tree_expand_cfg()
|
| D | tree-tailcall.c | 167 if (current_function_calls_alloca) in suitable_for_tail_call_opt_p()
|
| D | dojump.c | 73 && (! flag_omit_frame_pointer || current_function_calls_alloca) in clear_pending_stack_adjust()
|
| D | explow.c | 1097 current_function_calls_alloca = 1; in allocate_dynamic_stack_space()
|
| 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()
|
| D | df-scan.c | 1944 && !current_function_calls_alloca in df_record_exit_block_uses()
|
| D | global.c | 343 || (current_function_calls_alloca && EXIT_IGNORE_STACK) in global_alloc()
|
| D | tree-cfg.c | 1826 current_function_calls_alloca = true; in notice_special_calls() 1838 current_function_calls_alloca = false; in clear_special_calls()
|
| D | calls.c | 2068 current_function_calls_alloca = 1; in expand_call()
|
| D | function.c | 4556 && current_function_calls_alloca) in expand_function_end()
|
| D | emit-rtl.c | 597 if (!current_function_calls_alloca) in gen_tmp_stack_mem()
|
| 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,
|
| D | reload1.c | 3586 || (current_function_calls_alloca in init_elim_table()
|
| D | FSFChangeLog.11 | 8628 (current_function_calls_alloca): Remove. 10157 (current_function_calls_alloca): Likewise
|
| D | ChangeLog-1998 | 17311 current_function_calls_alloca, call optimize_save_area_alloca.
|
| 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-9-stable/contrib/gcc/config/sparc/ |
| D | sparc.h | 1667 || current_function_calls_alloca || current_function_outgoing_args_size)
|
| D | sparc.md | 140 (symbol_ref "current_function_calls_alloca != 0")) 7257 if (! current_function_calls_alloca)
|
| /freebsd-9-stable/contrib/gcc/config/mips/ |
| D | mips.h | 1444 #define FRAME_POINTER_REQUIRED (current_function_calls_alloca)
|
| D | mips.c | 6387 if (args_size == 0 && current_function_calls_alloca) in compute_frame_size()
|
| /freebsd-9-stable/contrib/gcc/config/arm/ |
| D | arm.c | 1504 || 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/ |
| D | s390.c | 6499 || current_function_calls_alloca in s390_register_info() 6675 && !current_function_calls_alloca in s390_frame_info()
|
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| D | rs6000.c | 13104 || (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/ |
| D | i386.c | 5502 && (!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