Searched refs:MemoryLeader (Results 1 – 1 of 1) sorted by relevance
270 const MemoryAccess *MemoryLeader;274 const MemoryAccess *MemoryLeader) in MemoryExpression() argument275 : 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() argument308 : MemoryExpression(NumOperands, ET_Call, MemoryLeader), Call(C) {} in CallExpression()334 const MemoryAccess *MemoryLeader) in LoadExpression() argument[all …]