Searched refs:rhs2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-dom.c2024 tree rhs2 = ((struct expr_hash_elt *)p2)->rhs; local
2027 if (rhs1 == rhs2 && stmt1 == stmt2)
2031 if (TREE_CODE (rhs1) != TREE_CODE (rhs2))
2036 if ((TREE_TYPE (rhs1) == TREE_TYPE (rhs2)
2037 || lang_hooks.types_compatible_p (TREE_TYPE (rhs1), TREE_TYPE (rhs2)))
2038 && operand_equal_p (rhs1, rhs2, OEP_PURE_SAME))
H A Dsee.c818 rtx rhs1, rhs2;
822 rhs2 = SET_SRC (set2);
824 return rtx_equal_p (rhs1, rhs2);
817 rtx rhs1, rhs2; local

Completed in 195 milliseconds