Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:endPoint

477   if (LRQ.endPoint() < MBBEnd) {
478 LI->removeSegment(Kill, LRQ.endPoint());
479 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
510 if (LRQ.endPoint() < MBBEnd) {
511 LI->removeSegment(MBBStart, LRQ.endPoint());
512 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
810 /// Move def to NewIdx, assert endpoint after NewIdx.