Lines Matching refs:getMemoryAccess

89     MemoryPhi *Phi = dyn_cast_or_null<MemoryPhi>(MSSA->getMemoryAccess(BB));  in getPreviousDefRecursive()
380 auto *MPhi = MSSA->getMemoryAccess(BBIDF); in insertDef()
487 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs()
517 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs()
532 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(To)) { in removeEdge()
540 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(To)) { in removeDuplicatePhiEdgesBetween()
579 InsnDefining = MSSA->getMemoryAccess(NewDefMUDI); in getNewDefiningAccessForClone()
630 auto *MPhi = MSSA->getMemoryAccess(Header); in updatePhisWhenInsertingUniqueBackedgeBlock()
714 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) { in updateForClonedLoop()
726 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) in updateForClonedLoop()
742 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) in updateForClonedBlockIntoPred()
983 if (PredMap.count(BB) && !MSSA->getMemoryAccess(BB)) in applyInsertUpdates()
1008 MemoryPhi *NewPhi = MSSA->getMemoryAccess(BB); in applyInsertUpdates()
1085 if (!MSSA->getMemoryAccess(BBIDF)) { in applyInsertUpdates()
1092 auto *IDFPhi = MSSA->getMemoryAccess(BBIDF); in applyInsertUpdates()
1122 if (auto *DomBlPhi = MSSA->getMemoryAccess(DominatedBlock)) in applyInsertUpdates()
1180 if (auto *Where = MSSA->getMemoryAccess(BB->getTerminator())) in moveToPlace()
1197 if ((FirstInNew = MSSA->getMemoryAccess(&I))) in moveAllAccesses()
1229 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(Succ)) in moveAllAfterSpliceBlocks()
1239 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(Succ)) in moveAllAfterMergeBlocks()
1248 MemoryPhi *Phi = MSSA->getMemoryAccess(Old); in wireOldPredecessorsToNewImmediatePredecessor()
1355 if (MemoryPhi *MP = MSSA->getMemoryAccess(Succ)) { in removeBlocks()
1395 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(Successor)) { in changeToUnreachable()