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