Searched refs:MMO1 (Results 1 – 2 of 2) sorted by relevance
344 for (MachineMemOperand *MMO1 : MI.memoperands()) { in areMemoryOpsAliased() 345 // MMO1 should have a value due it comes from operation we'd like to use in areMemoryOpsAliased() 347 assert(MMO1->getValue() && "MMO1 should have a Value!"); in areMemoryOpsAliased() 355 MemoryLocation::getAfter(MMO1->getValue(), MMO1->getAAInfo()), in areMemoryOpsAliased()
899 MachineMemOperand *MMO1 = *LdMI.memoperands_begin(); in addLoopCarriedDependences() local901 if (!MMO1->getValue() || !MMO2->getValue()) { in addLoopCarriedDependences()907 if (MMO1->getValue() == MMO2->getValue() && in addLoopCarriedDependences()908 MMO1->getOffset() <= MMO2->getOffset()) { in addLoopCarriedDependences()915 MemoryLocation::getAfter(MMO1->getValue(), MMO1->getAAInfo()), in addLoopCarriedDependences()