Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
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()
404 Value *RepStoredValue = nullptr; member in __anonc9d17a0b0111::CongruenceClass