Home | History | Annotate | Download | only in CodeGen

Lines Matching full:endpoint

454   if (LRQ.endPoint() < MBBEnd) {
455 LI->removeRange(Kill, LRQ.endPoint());
456 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
487 if (LRQ.endPoint() < MBBEnd) {
488 LI->removeRange(MBBStart, LRQ.endPoint());
489 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
794 /// Move def to NewIdx, assert endpoint after NewIdx.