Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h270 const MemoryAccess *MemoryLeader;
274 const MemoryAccess *MemoryLeader) in MemoryExpression() argument
275 : BasicExpression(NumOperands, EType), MemoryLeader(MemoryLeader) {} in MemoryExpression()
286 return hash_combine(this->BasicExpression::getHashValue(), MemoryLeader); in getHashValue()
294 return MemoryLeader == OtherMCE.MemoryLeader; in equals()
297 const MemoryAccess *getMemoryLeader() const { return MemoryLeader; } in getMemoryLeader()
298 void setMemoryLeader(const MemoryAccess *ML) { MemoryLeader = ML; } in setMemoryLeader()
307 const MemoryAccess *MemoryLeader) in CallExpression() argument
308 : MemoryExpression(NumOperands, ET_Call, MemoryLeader), Call(C) {} in CallExpression()
334 const MemoryAccess *MemoryLeader) in LoadExpression() argument
[all …]