Lines Matching refs:MPhiMap
570 PhiToDefMap &MPhiMap, in getNewDefiningAccessForClone() argument
583 DefMUD->getDefiningAccess(), VMap, MPhiMap, MSSA); in getNewDefiningAccessForClone()
589 if (MemoryAccess *NewDefPhi = MPhiMap.lookup(DefPhi)) in getNewDefiningAccessForClone()
598 PhiToDefMap &MPhiMap, in cloneUsesAndDefs() argument
618 MPhiMap, MSSA), in cloneUsesAndDefs()
671 PhiToDefMap MPhiMap; in updateForClonedLoop() local
696 getNewDefiningAccessForClone(IncomingAccess, VMap, MPhiMap, MSSA), in updateForClonedLoop()
700 MPhiMap[Phi] = SingleAccess; in updateForClonedLoop()
716 MPhiMap[MPhi] = NewPhi; in updateForClonedLoop()
719 cloneUsesAndDefs(BB, NewBlock, VMap, MPhiMap); in updateForClonedLoop()
727 if (MemoryAccess *NewPhi = MPhiMap.lookup(MPhi)) in updateForClonedLoop()
741 PhiToDefMap MPhiMap; in updateForClonedBlockIntoPred() local
743 MPhiMap[MPhi] = MPhi->getIncomingValueForBlock(P1); in updateForClonedBlockIntoPred()
744 cloneUsesAndDefs(BB, P1, VM, MPhiMap, /*CloneWasSimplified=*/true); in updateForClonedBlockIntoPred()