Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
408 const MemoryAccess *RepMemoryAccess = nullptr; member in __anon46287ded0111::CongruenceClass