Home
last modified time | relevance | path

Searched refs:ECF_MAY_BE_ALLOCA (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/
HDcalls.c499 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()
HDtree-ssa-structalias.c2624 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()
HDtree.h4519 #define ECF_MAY_BE_ALLOCA 8 macro
HDtree-cfg.c1825 if (flags & ECF_MAY_BE_ALLOCA) in notice_special_calls()
HDChangeLog-200023369 * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,