Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp327 const MemoryAccess *getMemoryLeader() const { return RepMemoryAccess; } in getMemoryLeader()
328 void setMemoryLeader(const MemoryAccess *Leader) { RepMemoryAccess = Leader; } in setMemoryLeader()
377 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo()
379 Other->RepMemoryAccess)) in isEquivalentTo()
407 const MemoryAccess *RepMemoryAccess = nullptr; member in __anonb3555ec80111::CongruenceClass