Searched refs:ECF_MAY_BE_ALLOCA (Results 1 – 5 of 5) sorted by relevance
499 flags |= ECF_MAY_BE_ALLOCA; in special_function_p()560 0) & ECF_MAY_BE_ALLOCA)) in alloca_call_p()2068 if (flags & ECF_MAY_BE_ALLOCA) in expand_call()2298 && (flags & (ECF_MAY_BE_ALLOCA | ECF_SP_DEPRESSED))) in expand_call()3041 if ((flags & ECF_MAY_BE_ALLOCA) && cfun->nonlocal_goto_save_area != 0) in expand_call()4189 if (flags & ECF_MAY_BE_ALLOCA) in store_one_arg()
2624 if (call_expr_flags (t) & (ECF_MALLOC | ECF_MAY_BE_ALLOCA)) in get_constraint_for()3388 & (ECF_MALLOC | ECF_MAY_BE_ALLOCA))) in find_func_aliases()3391 & (ECF_MALLOC | ECF_MAY_BE_ALLOCA))))) in find_func_aliases()
4519 #define ECF_MAY_BE_ALLOCA 8 macro
1825 if (flags & ECF_MAY_BE_ALLOCA) in notice_special_calls()
23369 * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,