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

Overrides

include/llvm/Transforms/Scalar/GVNExpression.h
  100   virtual bool equals(const Expression &Other) const { return true; }
  213   bool equals(const Expression &Other) const override {

Overridden By

lib/Transforms/Scalar/NewGVN.cpp
  877 bool LoadExpression::equals(const Expression &Other) const {
  881 bool StoreExpression::equals(const Expression &Other) const {

References

lib/Transforms/Scalar/NewGVN.cpp
  874   return LHS.MemoryExpression::equals(RHS);