Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp329 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