Home
last modified time | relevance | path

Searched refs:ECF_LOOPING_CONST_OR_PURE (Results 1 – 25 of 47) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify-me.c272 if ((i & ECF_LOOPING_CONST_OR_PURE) in gimple_regimplify_operands()
H A Dtree-ssa-sink.c263 || (cf & ECF_LOOPING_CONST_OR_PURE))) in statement_sink_location()
H A Dcalls.c495 if (ecf_flags & ECF_LOOPING_CONST_OR_PURE) in emit_call_1()
820 flags |= ECF_LOOPING_CONST_OR_PURE; in flags_from_decl_or_type()
861 flags |= ECF_LOOPING_CONST_OR_PURE; in flags_from_decl_or_type()
2365 *ecf_flags &= ~(ECF_CONST | ECF_LOOPING_CONST_OR_PURE); in initialize_argument_information()
2417 *ecf_flags &= ~(ECF_PURE | ECF_LOOPING_CONST_OR_PURE); in initialize_argument_information()
3745 && (!(flags & ECF_LOOPING_CONST_OR_PURE)) in expand_call()
3782 flags &= ~(ECF_CONST | ECF_PURE | ECF_LOOPING_CONST_OR_PURE); in expand_call()
5157 flags &= ~(ECF_CONST | ECF_PURE | ECF_LOOPING_CONST_OR_PURE); in emit_library_call_value_1()
H A Dipa-visibility.c670 && !(flags & ECF_LOOPING_CONST_OR_PURE) in function_and_variable_visibility()
H A Dtree-core.h57 #define ECF_LOOPING_CONST_OR_PURE (1 << 2) macro
H A Dtree-cfgcleanup.c220 && !(flags & ECF_LOOPING_CONST_OR_PURE)) in cleanup_call_ctrl_altering_flag()
H A Dtree-ssa-dce.c426 if ((flags & (ECF_CONST|ECF_PURE)) && !(flags & ECF_LOOPING_CONST_OR_PURE)) in find_obviously_necessary_stmts()
H A Dipa-pure-const.c416 if (flags & ECF_LOOPING_CONST_OR_PURE) in state_from_flags()
H A Dlto-cgraph.c284 gcc_assert (!(flags & (ECF_LOOPING_CONST_OR_PURE in lto_output_edge()
H A Dtree-if-conv.c1081 && !(flags & ECF_LOOPING_CONST_OR_PURE) in if_convertible_stmt_p()
H A Dtree-ssa-ccp.c2341 && (flags & ECF_LOOPING_CONST_OR_PURE) == 0) in fold_stmt()
H A Dgimple.c2110 || (flags & ECF_LOOPING_CONST_OR_PURE)) in gimple_has_side_effects()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify-me.cc268 if ((i & ECF_LOOPING_CONST_OR_PURE) in gimple_regimplify_operands()
H A Dipa-modref.cc337 && (ecf_flags & ECF_LOOPING_CONST_OR_PURE)); in useful_p()
344 && (ecf_flags & ECF_LOOPING_CONST_OR_PURE)); in useful_p()
410 && (ecf_flags & ECF_LOOPING_CONST_OR_PURE)); in useful_p()
417 && (ecf_flags & ECF_LOOPING_CONST_OR_PURE)); in useful_p()
1265 && !(flags & ECF_LOOPING_CONST_OR_PURE)) in merge_call_side_effects()
1278 || (flags & ECF_LOOPING_CONST_OR_PURE)) in merge_call_side_effects()
1467 || (flags & ECF_LOOPING_CONST_OR_PURE) in process_fnspec()
1606 && !(flags & ECF_LOOPING_CONST_OR_PURE)) in analyze_call()
4511 || (ecf_flags & ECF_LOOPING_CONST_OR_PURE) in propagate_unknown_call()
4725 && !(flags & ECF_LOOPING_CONST_OR_PURE))) in modref_propagate_in_scc()
[all …]
H A Dcalls.cc498 if (ecf_flags & ECF_LOOPING_CONST_OR_PURE) in emit_call_1()
824 flags |= ECF_LOOPING_CONST_OR_PURE; in flags_from_decl_or_type()
865 flags |= ECF_LOOPING_CONST_OR_PURE; in flags_from_decl_or_type()
1411 *ecf_flags &= ~(ECF_CONST | ECF_LOOPING_CONST_OR_PURE); in initialize_argument_information()
1463 *ecf_flags &= ~(ECF_PURE | ECF_LOOPING_CONST_OR_PURE); in initialize_argument_information()
2736 && (!(flags & ECF_LOOPING_CONST_OR_PURE)) in expand_call()
2774 flags &= ~(ECF_CONST | ECF_PURE | ECF_LOOPING_CONST_OR_PURE); in expand_call()
4157 flags &= ~(ECF_CONST | ECF_PURE | ECF_LOOPING_CONST_OR_PURE); in emit_library_call_value_1()
H A Dtree-ssa-sink.cc266 || (cf & ECF_LOOPING_CONST_OR_PURE))) in statement_sink_location()
H A Dipa-visibility.cc670 && !(flags & ECF_LOOPING_CONST_OR_PURE) in function_and_variable_visibility()
H A Dtree-core.h57 #define ECF_LOOPING_CONST_OR_PURE (1 << 2) macro
H A Dtree-ssa-dse.cc1211 && !(flags & (ECF_LOOPING_CONST_OR_PURE))) in dse_optimize_call()
H A Dtree-cfgcleanup.cc224 && !(flags & ECF_LOOPING_CONST_OR_PURE)) in cleanup_call_ctrl_altering_flag()
H A Dtree-ssa-dce.cc418 if ((flags & (ECF_CONST|ECF_PURE)) && !(flags & ECF_LOOPING_CONST_OR_PURE)) in find_obviously_necessary_stmts()
H A Dipa-pure-const.cc416 if (flags & ECF_LOOPING_CONST_OR_PURE) in state_from_flags()
H A Dlto-cgraph.cc288 gcc_assert (!(flags & (ECF_LOOPING_CONST_OR_PURE in lto_output_edge()
H A Dgimple.cc2198 || (flags & ECF_LOOPING_CONST_OR_PURE)) in gimple_has_side_effects()
H A Dtree-if-conv.cc1095 && !(flags & ECF_LOOPING_CONST_OR_PURE) in if_convertible_stmt_p()

12