Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MBBEndIdx

228     SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
229 LiveInterval::const_iterator I = LI.find(MBBEndIdx);
230 if (I != LI.end() && I->start < MBBEndIdx)
836 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
837 LiveInterval::const_iterator I = LI.find(MBBEndIdx);
838 if (I != LI.end() && I->start < MBBEndIdx)
1023 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
1024 LiveInterval::const_iterator I = LI.find(MBBEndIdx);
1025 if (I != LI.end() && I->start < MBBEndIdx)