Home
last modified time | relevance | path

Searched refs:RepStoredValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp325 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()
403 Value *RepStoredValue = nullptr; member in __anonb3555ec80111::CongruenceClass