reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

include/llvm/Transforms/Scalar/GVNExpression.h
  213   bool equals(const Expression &Other) const override {
  284   bool equals(const Expression &Other) const override {
  456   bool equals(const Expression &Other) const override {
  518   bool equals(const Expression &Other) const override {
  566   bool equals(const Expression &Other) const override {
  603   bool equals(const Expression &Other) const override {
  639   bool equals(const Expression &Other) const override {
lib/Transforms/Scalar/NewGVN.cpp
  877 bool LoadExpression::equals(const Expression &Other) const {
  881 bool StoreExpression::equals(const Expression &Other) const {

References

include/llvm/Transforms/Scalar/GVNExpression.h
   88     return equals(Other);
  105     return getExpressionType() == Other.getExpressionType() && equals(Other);
lib/Transforms/Scalar/NewGVN.cpp
 3332       assert(ValueExpr && ValueExpr->equals(*SE) &&