Searched refs:CALL_ALLOCA_FOR_VAR_P (Results 1 – 9 of 9) sorted by relevance
392 gimple_call_set_alloca_for_var (call, CALL_ALLOCA_FOR_VAR_P (t)); in gimple_build_call_from_tree()
4001 CALL_ALLOCA_FOR_VAR_P (t) = 1; in gimplify_parameters()
2829 CALL_ALLOCA_FOR_VAR_P (exp) = gimple_call_alloca_for_var_p (stmt); in expand_call_stmt()
942 #define CALL_ALLOCA_FOR_VAR_P(NODE) \ macro
1720 CALL_ALLOCA_FOR_VAR_P (t) = 1; in gimplify_vla_decl()3590 if (CALL_ALLOCA_FOR_VAR_P (*expr_p)) in gimplify_call_expr()
4983 bool alloca_for_var = CALL_ALLOCA_FOR_VAR_P (exp); in expand_builtin_alloca()
29570 * tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.29571 * builtins.c (expand_builtin): Use CALL_ALLOCA_FOR_VAR_P.29579 CALL_ALLOCA_FOR_VAR_P state.29580 * cfgexpand.c (expand_call_stmt): Restore CALL_ALLOCA_FOR_VAR_P state.
18187 * tree.h (CALL_ALLOCA_FOR_VAR_P): Document it for BUILT_IN_MEMCPY.
2733 either save_stack or keep_stack depending on CALL_ALLOCA_FOR_VAR_P.