Searched refs:endPoint (Results 1 – 3 of 3) sorted by relevance
633 if (LRQ.endPoint() < MBBEnd) { in pruneValue()634 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()635 if (EndPoints) EndPoints->push_back(LRQ.endPoint()); in pruneValue()665 if (LRQ.endPoint() < MBBEnd) { in pruneValue()666 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()667 if (EndPoints) EndPoints->push_back(LRQ.endPoint()); in pruneValue()
2616 if (OtherLRQ.isKill() && OtherLRQ.endPoint() <= VNI->def) in analyzeValue()2676 if (OtherLRQ.endPoint() >= Indexes->getMBBEndIdx(MBB)) in analyzeValue()
147 SlotIndex endPoint() const { in endPoint() function