Lines Matching defs:MA
79 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot() local
85 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in emitInstructionAnnot() local
486 [](const MemoryAccess &MA) { return !isa<MemoryPhi>(MA); }); in createMemoryAccessInBB()
596 MemoryAccess *MA = nullptr; in onlySingleValue() local
611 void MemorySSA::removeFromLookups(MemoryAccess *MA) { in removeFromLookups()
636 void MemorySSA::removeMemoryAccess(MemoryAccess *MA) { in removeMemoryAccess()
692 MemoryAccess *MA = getMemoryAccess(&I); in verifyOrdering() local
801 if (MemoryAccess *MA = getMemoryAccess(&I)) { in verifyDefUses() local
848 [&](const MemoryAccess &MA) { return &MA == Dominatee; }); in locallyDominates()
869 MemoryAccess *MA = cast<MemoryAccess>(Op); in print() local
1014 void MemorySSA::CachingWalker::invalidateInfo(MemoryAccess *MA) { in invalidateInfo()
1322 for (const MemoryAccess *MA : Q.VisitedCalls) in getClobberingMemoryAccess() local
1335 void MemorySSA::CachingWalker::verifyRemoved(MemoryAccess *MA) { in verifyRemoved()
1348 MemoryAccess *MA = MSSA->getMemoryAccess(I); in getClobberingMemoryAccess() local