Home
last modified time | relevance | path

Searched refs:ALLOCA_FUNCTION_CODE_P (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-dce.c843 || ALLOCA_FUNCTION_CODE_P (DECL_FUNCTION_CODE (callee)) in propagate_necessity()
1343 && !ALLOCA_FUNCTION_CODE_P in eliminate_unnecessary_stmts()
H A Dgimple.c373 && ALLOCA_FUNCTION_CODE_P (DECL_FUNCTION_CODE (fndecl))) in gimple_build_call_from_tree()
H A Dtree-ssa-ccp.c2568 || ALLOCA_FUNCTION_CODE_P (DECL_FUNCTION_CODE (callee))) in optimize_stack_restore()
H A Dtree-chkp.c2285 && ALLOCA_FUNCTION_CODE_P (DECL_FUNCTION_CODE (fndecl)))
H A Dcalls.c651 && ALLOCA_FUNCTION_CODE_P (DECL_FUNCTION_CODE (fndecl))) in special_function_p()
H A Dcfgexpand.c2675 && ALLOCA_FUNCTION_CODE_P (DECL_FUNCTION_CODE (decl))) in expand_call_stmt()
H A Dtree.h2438 #define ALLOCA_FUNCTION_CODE_P(FCODE) \ macro
H A Dvarasm.c2412 && ALLOCA_FUNCTION_CODE_P (DECL_FUNCTION_CODE (decl))) in incorporeal_function_p()
H A Dhsa-gen.c4255 gcc_checking_assert (ALLOCA_FUNCTION_CODE_P (fn)); in gen_hsa_alloca()
H A Dbuiltins.c6669 && !ALLOCA_FUNCTION_CODE_P (fcode) in expand_builtin()