Searched refs:RepStoredValue (Results 1 – 1 of 1) sorted by relevance
325 Value *getStoredValue() const { return RepStoredValue; } in getStoredValue()326 void setStoredValue(Value *Leader) { RepStoredValue = Leader; } in setStoredValue()377 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo()378 std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue, in isEquivalentTo()404 Value *RepStoredValue = nullptr; member in __anonc9d17a0b0111::CongruenceClass