Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
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 __anon40e6ade20111::CongruenceClass