Home
last modified time | relevance | path

Searched refs:CALL_ALLOCA_FOR_VAR_P (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple.cc392 gimple_call_set_alloca_for_var (call, CALL_ALLOCA_FOR_VAR_P (t)); in gimple_build_call_from_tree()
Dfunction.cc4001 CALL_ALLOCA_FOR_VAR_P (t) = 1; in gimplify_parameters()
Dcfgexpand.cc2829 CALL_ALLOCA_FOR_VAR_P (exp) = gimple_call_alloca_for_var_p (stmt); in expand_call_stmt()
Dtree.h942 #define CALL_ALLOCA_FOR_VAR_P(NODE) \ macro
Dgimplify.cc1720 CALL_ALLOCA_FOR_VAR_P (t) = 1; in gimplify_vla_decl()
3590 if (CALL_ALLOCA_FOR_VAR_P (*expr_p)) in gimplify_call_expr()
Dbuiltins.cc4983 bool alloca_for_var = CALL_ALLOCA_FOR_VAR_P (exp); in expand_builtin_alloca()
DChangeLog-201129570 * 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.
DChangeLog-202018187 * tree.h (CALL_ALLOCA_FOR_VAR_P): Document it for BUILT_IN_MEMCPY.
DChangeLog-20152733 either save_stack or keep_stack depending on CALL_ALLOCA_FOR_VAR_P.