Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MBBStartIndex

733     SlotIndex MBBStartIndex = LI->getMBBStartIdx(MBB);
736 if (SrcLI.liveAt(MBBStartIndex) && SrcLI.expiredAt(NextInstrIndex))
737 SrcLI.removeRange(MBBStartIndex, PHIIndex, true);
756 SlotIndex MBBStartIndex = LI->getMBBStartIdx(MBB);
757 DestVNI->def = MBBStartIndex;
758 DestLI.addRange(LiveRange(MBBStartIndex,
779 SlotIndex MBBStartIndex = LI->getMBBStartIdx(MBB);
781 VNInfo *CopyVNI = CopyLI.getNextValue(MBBStartIndex,
785 CopyLI.addRange(LiveRange(MBBStartIndex,