Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp330 const MemoryAccess *getMemoryLeader() const { return RepMemoryAccess; } in getMemoryLeader()
331 void setMemoryLeader(const MemoryAccess *Leader) { RepMemoryAccess = Leader; } in setMemoryLeader()
380 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo()
382 Other->RepMemoryAccess)) in isEquivalentTo()
410 const MemoryAccess *RepMemoryAccess = nullptr; member in __anon1f4f44df0111::CongruenceClass