Searched refs:current_function_calls_alloca (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfunction.h492 #define current_function_calls_alloca (cfun->calls_alloca)
491 #define current_function_calls_alloca macro
H A Dtree-tailcall.c167 if (current_function_calls_alloca)
H A Dcfgexpand.c1039 && (current_function_calls_alloca || has_protected_decls)))
1616 if (current_function_calls_alloca)
H A Ddojump.c73 && (! flag_omit_frame_pointer || current_function_calls_alloca)
H A Dexplow.c1105 current_function_calls_alloca = 1;
H A Ddf-scan.c1948 && !current_function_calls_alloca
H A Dglobal.c345 || (current_function_calls_alloca && EXIT_IGNORE_STACK)
H A Dflow.c904 current_function_sp_is_unchanging = !current_function_calls_alloca;
956 && ! current_function_calls_alloca
H A Dtree-cfg.c1826 current_function_calls_alloca = true;
1838 current_function_calls_alloca = false;
H A Dcalls.c2069 current_function_calls_alloca = 1;
H A Demit-rtl.c598 if (!current_function_calls_alloca)
H A Dfunction.c4577 && current_function_calls_alloca)
H A Dreload1.c3601 || (current_function_calls_alloca
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.h1679 || current_function_calls_alloca || current_function_outgoing_args_size)
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.h1451 #define FRAME_POINTER_REQUIRED (current_function_calls_alloca)
H A Dmips.c6421 if (args_size == 0 && current_function_calls_alloca)
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c1509 || current_function_calls_alloca
9576 gcc_assert (!current_function_calls_alloca || really_return);
10038 || current_function_calls_alloca)
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c6500 || current_function_calls_alloca
6676 && !current_function_calls_alloca
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c13135 || (DEFAULT_ABI == ABI_V4 && current_function_calls_alloca)
13824 || current_function_calls_alloca
15000 || current_function_calls_alloca
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c5515 && (!current_function_is_leaf || current_function_calls_alloca
5526 if (!current_function_is_leaf || current_function_calls_alloca

Completed in 440 milliseconds