Lines Matching refs:MPhiMap
570 PhiToDefMap &MPhiMap, in getNewDefiningAccessForClone() argument
592 &*(--DefIt), VMap, MPhiMap, CloneWasSimplified, MSSA); in getNewDefiningAccessForClone()
598 if (MemoryAccess *NewDefPhi = MPhiMap.lookup(DefPhi)) in getNewDefiningAccessForClone()
607 PhiToDefMap &MPhiMap, in cloneUsesAndDefs() argument
627 MPhiMap, CloneWasSimplified, MSSA), in cloneUsesAndDefs()
680 PhiToDefMap MPhiMap; in updateForClonedLoop() local
718 if (MemoryAccess *NewDefPhi = MPhiMap.lookup(IncPhi)) in updateForClonedLoop()
725 MPhiMap[Phi] = SingleAccess; in updateForClonedLoop()
741 MPhiMap[MPhi] = NewPhi; in updateForClonedLoop()
744 cloneUsesAndDefs(BB, NewBlock, VMap, MPhiMap); in updateForClonedLoop()
752 if (MemoryAccess *NewPhi = MPhiMap.lookup(MPhi)) in updateForClonedLoop()
766 PhiToDefMap MPhiMap; in updateForClonedBlockIntoPred() local
768 MPhiMap[MPhi] = MPhi->getIncomingValueForBlock(P1); in updateForClonedBlockIntoPred()
769 cloneUsesAndDefs(BB, P1, VM, MPhiMap, /*CloneWasSimplified=*/true); in updateForClonedBlockIntoPred()