Searched refs:OEP_MATCH_SIDE_EFFECTS (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-icf-gimple.cc | 175 OEP_MATCH_SIDE_EFFECTS)) in compare_decl() 404 if (operand_equal_p (t1, t2, OEP_MATCH_SIDE_EFFECTS)) in compare_operand()
|
H A D | tree-ssa-alias.cc | 3407 | OEP_MATCH_SIDE_EFFECTS)))) in stmt_kills_ref_p() 4129 if (!operand_equal_p (r1, r2, OEP_ADDRESS_OF | OEP_MATCH_SIDE_EFFECTS)) in compare_ao_refs() 4134 OEP_ADDRESS_OF | OEP_MATCH_SIDE_EFFECTS)) in compare_ao_refs() 4342 hash_operand (r, hstate, OEP_ADDRESS_OF | OEP_MATCH_SIDE_EFFECTS); in hash_ao_ref() 4346 hash_operand (tbase, hstate, OEP_ADDRESS_OF | OEP_MATCH_SIDE_EFFECTS); in hash_ao_ref()
|
H A D | tree-core.h | 920 OEP_MATCH_SIDE_EFFECTS = 4, enumerator
|
H A D | tree-ssa-tail-merge.cc | 1113 if (operand_equal_p (t1, t2, OEP_MATCH_SIDE_EFFECTS)) in gimple_operand_equal_value_p()
|
H A D | fold-const.cc | 3119 || (flags & OEP_MATCH_SIDE_EFFECTS) in operand_equal_p() 3182 | OEP_MATCH_SIDE_EFFECTS); in operand_equal_p() 3242 if ((flags & OEP_MATCH_SIDE_EFFECTS) == 0 in operand_equal_p()
|
H A D | ChangeLog-2015 | 8325 add OEP_MATCH_SIDE_EFFECTS. 8327 OEP_MATCH_SIDE_EFFECTS. 8329 OEP_MATCH_SIDE_EFFECTS.
|
H A D | ChangeLog-2020 | 3828 ao_compare::hash_ao_ref): Use OEP_MATCH_SIDE_EFFECTS.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-icf-gimple.c | 305 if (operand_equal_p (t1, t2, OEP_MATCH_SIDE_EFFECTS)) in compare_operand()
|
H A D | tree-core.h | 877 OEP_MATCH_SIDE_EFFECTS = 4, enumerator
|
H A D | tree-ssa-tail-merge.c | 1113 if (operand_equal_p (t1, t2, OEP_MATCH_SIDE_EFFECTS)) in gimple_operand_equal_value_p()
|
H A D | tree-ssa-alias.c | 3287 | OEP_MATCH_SIDE_EFFECTS)))) in stmt_kills_ref_p()
|
H A D | fold-const.c | 3104 || (flags & OEP_MATCH_SIDE_EFFECTS) in operand_equal_p() 3167 | OEP_MATCH_SIDE_EFFECTS); in operand_equal_p() 3227 if ((flags & OEP_MATCH_SIDE_EFFECTS) == 0 in operand_equal_p()
|