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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp330 const MemoryAccess *getMemoryLeader() const { return RepMemoryAccess; }
331 void setMemoryLeader(const MemoryAccess *Leader) { RepMemoryAccess = Leader; }
380 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) !=
382 Other->RepMemoryAccess))
411 const MemoryAccess *RepMemoryAccess = nullptr; member in namespace:__anon4696
2367 // The RepMemoryAccess field will be filled in properly by the

Completed in 106 milliseconds