Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A 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 …]
H A Dtree-optimize.c275 if (call && call_expr_flags (call) & (ECF_CONST | ECF_PURE)) in execute_fixup_cfg()
H A 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()
H A Dtree.c3025 if (!(i & (ECF_CONST | ECF_PURE))) in build3_stat()
6647 if (ecf_flags & ECF_CONST) in local_define_builtin()
6728 ECF_CONST | ECF_NOTHROW); in build_common_builtin_nodes()
6808 built_in_names[mcode], ECF_CONST | ECF_NOTHROW); in build_common_builtin_nodes()
6812 built_in_names[dcode], ECF_CONST | ECF_NOTHROW); in build_common_builtin_nodes()
H A Dtree-outof-ssa.c1591 && !(call_flags & (ECF_PURE | ECF_CONST | ECF_NORETURN))) in check_replaceable()
H A Dtree-ssa-pre.c2125 if (call_expr_flags (call) & (ECF_PURE | ECF_CONST)) in can_value_number_call()
H A Dtree-data-ref.c4122 && !(call_expr_flags (stmt) & (ECF_CONST | ECF_PURE))) in find_data_references_in_loop()
H A Dtree.h4425 #define ECF_CONST 1 macro
H A Dtree-cfg.c1804 if (call_expr_flags (call) & (ECF_CONST | ECF_PURE)) in update_call_expr_flags()
H A Dgimplify.c2128 && (call_expr_flags (*expr_p) & (ECF_CONST | ECF_PURE))) in gimplify_call_expr()
H A Dfold-const.c2857 cef &= ECF_CONST | ECF_PURE; in operand_equal_p()
2859 cef &= ECF_CONST; in operand_equal_p()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcalls.c159 #define ECF_CONST 1 macro
613 if (ecf_flags & (ECF_CONST | ECF_PURE))
675 && ! (ecf_flags & (ECF_CONST | ECF_PURE)))
856 flags |= ECF_CONST;
866 flags &= ~(ECF_PURE | ECF_CONST | ECF_LIBCALL_BLOCK);
1305 *ecf_flags &= ~(ECF_CONST | ECF_PURE | ECF_LIBCALL_BLOCK);
2308 flags &= ~(ECF_CONST | ECF_PURE | ECF_LIBCALL_BLOCK);
3562 flags |= ECF_CONST;
3568 flags |= ECF_CONST | ECF_LIBCALL_BLOCK;
3615 flags &= ~(ECF_CONST | ECF_PURE | ECF_LIBCALL_BLOCK);
[all …]
H A DChangeLog.38105 (ECF_IS_CONST): Rename to ECF_CONST.
H A DChangeLog.6471 instead of ECF_PURE | ECF_CONST. Honnor LCT_CONST/LCT_PURE.
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl2.c2870 if (! (flags_from_decl_or_type (fndecl) & (ECF_CONST | ECF_PURE))) in generate_ctor_or_dtor_function()
2899 if (! (flags_from_decl_or_type (fndecl) & (ECF_CONST | ECF_PURE))) in generate_ctor_or_dtor_function()