Searched refs:RepStoredValue (Results 1 – 1 of 1) sorted by relevance
329 Value *getStoredValue() const { return RepStoredValue; } in getStoredValue()330 void setStoredValue(Value *Leader) { RepStoredValue = Leader; } in setStoredValue()381 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo()382 std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue, in isEquivalentTo()407 Value *RepStoredValue = nullptr; member in __anonccb5b2130111::CongruenceClass