Lines Matching refs:getMemoryAccess
96 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()
518 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs()
533 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(To)) { in removeEdge()
541 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(To)) { in removeDuplicatePhiEdgesBetween()
581 InsnDefining = MSSA->getMemoryAccess(NewDefMUDI); in getNewDefiningAccessForClone()
640 auto *MPhi = MSSA->getMemoryAccess(Header); in updatePhisWhenInsertingUniqueBackedgeBlock()
711 IncMUD = MSSA->getMemoryAccess(NewIncI); in updateForClonedLoop()
740 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) { in updateForClonedLoop()
752 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) in updateForClonedLoop()
768 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) in updateForClonedBlockIntoPred()
1004 if (PredMap.count(BB) && !MSSA->getMemoryAccess(BB)) in applyInsertUpdates()
1029 MemoryPhi *NewPhi = MSSA->getMemoryAccess(BB); in applyInsertUpdates()
1106 if (!MSSA->getMemoryAccess(BBIDF)) { in applyInsertUpdates()
1113 auto *IDFPhi = MSSA->getMemoryAccess(BBIDF); in applyInsertUpdates()
1147 if (auto *DomBlPhi = MSSA->getMemoryAccess(DominatedBlock)) in applyInsertUpdates()
1205 if (auto *Where = MSSA->getMemoryAccess(BB->getTerminator())) in moveToPlace()
1222 if ((FirstInNew = MSSA->getMemoryAccess(&I))) in moveAllAccesses()
1254 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(Succ)) in moveAllAfterSpliceBlocks()
1264 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(Succ)) in moveAllAfterMergeBlocks()
1273 MemoryPhi *Phi = MSSA->getMemoryAccess(Old); in wireOldPredecessorsToNewImmediatePredecessor()
1380 if (MemoryPhi *MP = MSSA->getMemoryAccess(Succ)) { in removeBlocks()
1420 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(Successor)) { in changeToUnreachable()