Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:MBBEnd

990     SlotIndex MBBEnd = LIS.getMBBEndIdx(&*MBB);
992 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd);
996 while(Stop > MBBEnd) {
998 Start = MBBEnd;
1001 MBBEnd = LIS.getMBBEndIdx(&*MBB);
1002 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd);