Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h266 const MemoryAccess *MemoryLeader;
270 const MemoryAccess *MemoryLeader) in MemoryExpression() argument
271 : BasicExpression(NumOperands, EType), MemoryLeader(MemoryLeader) {} in MemoryExpression()
282 return hash_combine(this->BasicExpression::getHashValue(), MemoryLeader); in getHashValue()
290 return MemoryLeader == OtherMCE.MemoryLeader; in equals()
293 const MemoryAccess *getMemoryLeader() const { return MemoryLeader; } in getMemoryLeader()
294 void setMemoryLeader(const MemoryAccess *ML) { MemoryLeader = ML; } in setMemoryLeader()
303 const MemoryAccess *MemoryLeader) in CallExpression() argument
304 : MemoryExpression(NumOperands, ET_Call, MemoryLeader), Call(C) {} in CallExpression()
331 const MemoryAccess *MemoryLeader) in LoadExpression() argument
[all …]