Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp328 Value *getStoredValue() const { return RepStoredValue; } in getStoredValue()
329 void setStoredValue(Value *Leader) { RepStoredValue = Leader; } in setStoredValue()
380 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo()
381 std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue, in isEquivalentTo()
406 Value *RepStoredValue = nullptr; member in __anon1f4f44df0111::CongruenceClass