Lines Matching refs:getMemoryAccess
80 MemoryPhi *Phi = dyn_cast_or_null<MemoryPhi>(MSSA->getMemoryAccess(BB)); in getPreviousDefRecursive()
351 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs()
382 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs()
397 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(To)) { in removeEdge()
406 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(To)) { in removeDuplicatePhiEdgesBetween()
432 InsnDefining = MSSA->getMemoryAccess(NewDefMUDI); in cloneUsesAndDefs()
497 IncMUD = MSSA->getMemoryAccess(NewIncI); in updateForClonedLoop()
522 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) { in updateForClonedLoop()
534 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) in updateForClonedLoop()
547 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(BB)) in updateForClonedBlockIntoPred()
766 if (PredMap.count(BB) && !MSSA->getMemoryAccess(BB)) in applyInsertUpdates()
791 MemoryPhi *NewPhi = MSSA->getMemoryAccess(BB); in applyInsertUpdates()
861 if (auto *IDFPhi = MSSA->getMemoryAccess(BBIDF)) { in applyInsertUpdates()
896 if (auto *DomBlPhi = MSSA->getMemoryAccess(DominatedBlock)) in applyInsertUpdates()
963 if ((FirstInNew = MSSA->getMemoryAccess(&I))) in moveAllAccesses()
989 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(Succ)) in moveAllAfterSpliceBlocks()
999 if (MemoryPhi *MPhi = MSSA->getMemoryAccess(Succ)) in moveAllAfterMergeBlocks()
1022 MemoryPhi *Phi = MSSA->getMemoryAccess(Old); in wireOldPredecessorsToNewImmediatePredecessor()
1111 if (MemoryPhi *MP = MSSA->getMemoryAccess(Succ)) { in removeBlocks()