Lines Matching refs:MBBEnd
461 SlotIndex MBBStart, MBBEnd;
462 tie(MBBStart, MBBEnd) = Indexes->getMBBRange(KillMBB);
465 if (LRQ.endPoint() < MBBEnd) {
472 LI->removeRange(Kill, MBBEnd);
473 if (EndPoints) EndPoints->push_back(MBBEnd);
489 tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB);
498 if (LRQ.endPoint() < MBBEnd) {
506 LI->removeRange(MBBStart, MBBEnd);
507 if (EndPoints) EndPoints->push_back(MBBEnd);