Lines Matching defs:MBBEnd
613 SlotIndex MBBEnd = Indexes->getMBBEndIdx(KillMBB);
616 if (LRQ.endPoint() < MBBEnd) {
623 LR.removeSegment(Kill, MBBEnd);
624 if (EndPoints) EndPoints->push_back(MBBEnd);
640 SlotIndex MBBStart, MBBEnd;
641 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB);
650 if (LRQ.endPoint() < MBBEnd) {
658 LR.removeSegment(MBBStart, MBBEnd);
659 if (EndPoints) EndPoints->push_back(MBBEnd);