Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MBBEnd

947     SlotIndex MBBEnd = LIS.getMBBEndIdx(MBB);
949 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd);
953 while(Stop > MBBEnd) {
955 Start = MBBEnd;
958 MBBEnd = LIS.getMBBEndIdx(MBB);
959 DEBUG(dbgs() << " BB#" << MBB->getNumber() << '-' << MBBEnd);