Lines Matching refs:endPoint
465 if (LRQ.endPoint() < MBBEnd) {
466 LI->removeRange(Kill, LRQ.endPoint());
467 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
498 if (LRQ.endPoint() < MBBEnd) {
499 LI->removeRange(MBBStart, LRQ.endPoint());
500 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
793 /// Move def to NewIdx, assert endpoint after NewIdx.