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

References

lib/Transforms/Scalar/NewGVN.cpp
  360   unsigned getStoreCount() const { return StoreCount; }
  361   void incStoreCount() { ++StoreCount; }
  363     assert(StoreCount != 0 && "Store count went negative");
  364     --StoreCount;
  368   bool definesNoMemory() const { return StoreCount == 0 && memory_empty(); }
  378     if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) !=
  379         std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue,