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

References

lib/Transforms/Scalar/NewGVN.cpp
  326   Value *getStoredValue() const { return RepStoredValue; }
  327   void setStoredValue(Value *Leader) { RepStoredValue = Leader; }
  378     if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) !=
  379         std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue,