Searched refs:RepStoredValue (Results 1 – 1 of 1) sorted by relevance
334 Value *getStoredValue() const { return RepStoredValue; } in getStoredValue()335 void setStoredValue(Value *Leader) { RepStoredValue = Leader; } in setStoredValue()386 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo()387 std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue, in isEquivalentTo()414 Value *RepStoredValue = nullptr; member in __anonb3555ec80111::CongruenceClass