Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp331 const MemoryAccess *getMemoryLeader() const { return RepMemoryAccess; } in getMemoryLeader()
332 void setMemoryLeader(const MemoryAccess *Leader) { RepMemoryAccess = Leader; } in setMemoryLeader()
381 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo()
383 Other->RepMemoryAccess)) in isEquivalentTo()
411 const MemoryAccess *RepMemoryAccess = nullptr; member in __anonccb5b2130111::CongruenceClass