Searched refs:MBBStartIndex (Results 1 – 2 of 2) sorted by relevance
314 SlotIndex MBBStartIndex = LIS->getMBBStartIdx(&MBB); in LowerPHINode() local319 VNInfo *IncomingVNI = IncomingLI.getVNInfoAt(MBBStartIndex); in LowerPHINode()321 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex, in LowerPHINode()323 IncomingLI.addSegment(LiveInterval::Segment(MBBStartIndex, in LowerPHINode()335 VNInfo *OrigDestVNI = DestLI.getVNInfoAt(MBBStartIndex); in LowerPHINode()337 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode()344 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode()
733 SlotIndex MBBStartIndex = LI->getMBBStartIdx(MBB); in InsertCopiesForPHI() local736 if (SrcLI.liveAt(MBBStartIndex) && SrcLI.expiredAt(NextInstrIndex)) in InsertCopiesForPHI()737 SrcLI.removeRange(MBBStartIndex, PHIIndex, true); in InsertCopiesForPHI()756 SlotIndex MBBStartIndex = LI->getMBBStartIdx(MBB); in InsertCopiesForPHI() local757 DestVNI->def = MBBStartIndex; in InsertCopiesForPHI()758 DestLI.addRange(LiveRange(MBBStartIndex, in InsertCopiesForPHI()779 SlotIndex MBBStartIndex = LI->getMBBStartIdx(MBB); in InsertCopiesForPHI() local781 VNInfo *CopyVNI = CopyLI.getNextValue(MBBStartIndex, in InsertCopiesForPHI()785 CopyLI.addRange(LiveRange(MBBStartIndex, in InsertCopiesForPHI()