Home
last modified time | relevance | path

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

1234

/openbsd/gnu/gcc/gcc/
H A Dfunction.h491 #define current_function_calls_alloca (cfun->calls_alloca) macro
H A Dcfgexpand.c1115 || current_function_calls_alloca || has_protected_decls); in expand_used_vars()
1119 create_stack_guard(current_function_calls_alloca || has_protected_decls); in expand_used_vars()
1703 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()
/openbsd/gnu/gcc/gcc/config/crx/
H A Dcrx.h281 #define FRAME_POINTER_REQUIRED (current_function_calls_alloca)
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfunction.h530 #define current_function_calls_alloca (cfun->calls_alloca) macro
H A Dsibcall.c679 if (current_function_calls_alloca || current_function_stdarg) in optimize_sibling_and_tail_recursive_calls()
H A Dra.c473 || (current_function_calls_alloca && EXIT_IGNORE_STACK) in init_ra()
/openbsd/gnu/gcc/gcc/config/score/
H A Dscore.h519 #define FRAME_POINTER_REQUIRED current_function_calls_alloca
H A Dscore-mdaux.c191 if (f->args_size == 0 && current_function_calls_alloca) in mda_compute_frame_size()
/openbsd/gnu/gcc/gcc/config/arc/
H A Darc.h524 (current_function_calls_alloca)
/openbsd/gnu/gcc/gcc/config/pa/
H A Dpa.h367 (current_function_calls_alloca)
845 || current_function_calls_alloca || current_function_outgoing_args_size)
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.h533 (current_function_calls_alloca)
977 || current_function_calls_alloca || current_function_outgoing_args_size)
/openbsd/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc.h599 (current_function_calls_alloca)
/openbsd/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.h26 extern int current_function_calls_alloca;
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.h1099 ? (current_function_calls_alloca \
1899 || current_function_calls_alloca || current_function_outgoing_args_size)
/openbsd/gnu/gcc/gcc/config/m32r/
H A Dm32r.h846 #define FRAME_POINTER_REQUIRED current_function_calls_alloca
/openbsd/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.h695 if (current_function_calls_alloca) \
/openbsd/gnu/usr.bin/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.h1245 #define FRAME_POINTER_REQUIRED (current_function_calls_alloca)
/openbsd/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dm32r.h950 #define FRAME_POINTER_REQUIRED current_function_calls_alloca
/openbsd/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.h26 extern int current_function_calls_alloca;
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.h1956 #define FRAME_POINTER_REQUIRED (current_function_calls_alloca)
2401 ((current_function_outgoing_args_size == 0 && current_function_calls_alloca) \
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.h1670 || current_function_calls_alloca || current_function_outgoing_args_size)
/openbsd/gnu/gcc/gcc/config/mips/
H A Dmips.h1418 #define FRAME_POINTER_REQUIRED (current_function_calls_alloca)

1234