Home
last modified time | relevance | path

Searched refs:ECF_CONST (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dcalls.c375 if (ecf_flags & (ECF_CONST | ECF_PURE)) in emit_call_1()
439 && ! (ecf_flags & (ECF_CONST | ECF_PURE))) in emit_call_1()
596 flags |= ECF_CONST; in flags_from_decl_or_type()
601 flags |= ECF_CONST; in flags_from_decl_or_type()
611 flags &= ~(ECF_PURE | ECF_CONST); in flags_from_decl_or_type()
1018 *ecf_flags &= ~(ECF_CONST | ECF_LIBCALL_BLOCK); in initialize_argument_information()
1054 *ecf_flags &= ~(ECF_CONST | ECF_LIBCALL_BLOCK); in initialize_argument_information()
1056 *ecf_flags &= ~(ECF_CONST | ECF_PURE | ECF_LIBCALL_BLOCK); in initialize_argument_information()
1978 if ((flags & (ECF_CONST | ECF_PURE)) in expand_call()
2016 flags &= ~(ECF_CONST | ECF_PURE | ECF_LIBCALL_BLOCK); in expand_call()
[all …]
Dtree-optimize.c275 if (call && call_expr_flags (call) & (ECF_CONST | ECF_PURE)) in execute_fixup_cfg()
Dtree-ssa-operands.c1597 if (call_expr_flags (call) & (ECF_CONST | ECF_PURE)) in add_call_clobber_ops()
1701 && !(call_flags & (ECF_PURE | ECF_CONST | ECF_NORETURN))) in get_call_expr_operands()
1703 else if (!(call_flags & ECF_CONST)) in get_call_expr_operands()
Dtree.c3032 if (!(i & (ECF_CONST | ECF_PURE))) in build3_stat()
6675 if (ecf_flags & ECF_CONST) in local_define_builtin()
6756 ECF_CONST | ECF_NOTHROW); in build_common_builtin_nodes()
6836 built_in_names[mcode], ECF_CONST | ECF_NOTHROW); in build_common_builtin_nodes()
6840 built_in_names[dcode], ECF_CONST | ECF_NOTHROW); in build_common_builtin_nodes()
Dtree-outof-ssa.c1591 && !(call_flags & (ECF_PURE | ECF_CONST | ECF_NORETURN))) in check_replaceable()
Dtree-ssa-pre.c2142 if (call_expr_flags (call) & (ECF_PURE | ECF_CONST)) in can_value_number_call()
Dtree-data-ref.c4122 && !(call_expr_flags (stmt) & (ECF_CONST | ECF_PURE))) in find_data_references_in_loop()
Dtree.h4513 #define ECF_CONST 1 macro
Dtree-cfg.c1811 if (call_expr_flags (call) & (ECF_CONST | ECF_PURE)) in update_call_expr_flags()
Dgimplify.c2126 && (call_expr_flags (*expr_p) & (ECF_CONST | ECF_PURE))) in gimplify_call_expr()
Dfold-const.c2863 cef &= ECF_CONST | ECF_PURE; in operand_equal_p()
2865 cef &= ECF_CONST; in operand_equal_p()
DChangeLog.tree-ssa10450 (simplify_call_expr): Use call_expr_flags and check for ECF_CONST
DChangeLog-2001471 instead of ECF_PURE | ECF_CONST. Honnor LCT_CONST/LCT_PURE.
DChangeLog-200023371 (ECF_IS_CONST): Rename to ECF_CONST.
DChangeLog-20043718 (ECF_CONST, ECF_NORETURN, ECF_SIBCALL): Clarify comments.
/freebsd-12-stable/contrib/gcc/cp/
Ddecl2.c2914 if (! (flags_from_decl_or_type (fndecl) & (ECF_CONST | ECF_PURE))) in generate_ctor_or_dtor_function()
2943 if (! (flags_from_decl_or_type (fndecl) & (ECF_CONST | ECF_PURE))) in generate_ctor_or_dtor_function()