Lines Matching defs:MA
300 for (const MemoryAccess &MA :
302 Instruction *I = cast<MemoryUseOrDef>(MA).getMemoryInst();
598 if (MemoryUseOrDef *MA = MSSA->getMemoryAccess(P)) {
599 MemInsertPoint = cast<MemoryUseOrDef>(--MA->getIterator());
604 if (MemoryUseOrDef *MA = MSSA->getMemoryAccess(&I)) {
605 MemInsertPoint = MA;
616 if (MemoryUseOrDef *MA = MSSA->getMemoryAccess(I)) {
617 MSSAU->moveAfter(MA, MemInsertPoint);
618 MemInsertPoint = MA;
1725 MemoryUseOrDef *MA = MSSA->getMemoryAccess(M);
1726 if (!MA)
1738 auto *LastDef = cast<MemoryDef>(MA);
1750 MemoryAccess *AnyClobber = MA->getDefiningAccess();