Lines Matching refs:MemorySSA
571 MemorySSA *MSSA) { in getNewDefiningAccessForClone()
600 const MemorySSA::AccessList *Acc = MSSA->getBlockAccesses(BB); in cloneUsesAndDefs()
622 MSSA->insertIntoListsForBlock(NewUseOrDef, NewBB, MemorySSA::End); in cloneUsesAndDefs()
847 MemorySSA::DefsList *Defs = MSSA->getWritableBlockDefs(BB); in applyInsertUpdates()
1176 MemorySSA::InsertionPlace Where) { in moveToPlace()
1177 if (Where != MemorySSA::InsertionPlace::BeforeTerminator) in moveToPlace()
1183 return moveTo(What, BB, MemorySSA::InsertionPlace::End); in moveToPlace()
1190 MemorySSA::AccessList *Accs = MSSA->getWritableBlockAccesses(From); in moveAllAccesses()
1206 MSSA->moveTo(MUD, To, MemorySSA::End); in moveAllAccesses()
1254 MSSA->moveTo(Phi, New, MemorySSA::Beginning); in wireOldPredecessorsToNewImmediatePredecessor()
1360 if (MemorySSA::AccessList *Acc = MSSA->getWritableBlockAccesses(BB)) in removeBlocks()
1367 MemorySSA::AccessList *Acc = MSSA->getWritableBlockAccesses(BB); in removeBlocks()
1406 MemorySSA::InsertionPlace Point) { in createMemoryAccessInBB()
1413 MemorySSA::InsertionPlace Point, bool CreationMustSucceed) { in createMemoryAccessInBB()