Searched refs:endPoint (Results 1 – 3 of 3) sorted by relevance
653 if (LRQ.endPoint() < MBBEnd) { in pruneValue()654 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()655 if (EndPoints) EndPoints->push_back(LRQ.endPoint()); in pruneValue()685 if (LRQ.endPoint() < MBBEnd) { in pruneValue()686 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()687 if (EndPoints) EndPoints->push_back(LRQ.endPoint()); in pruneValue()
2819 if (OtherLRQ.isKill() && OtherLRQ.endPoint() <= VNI->def) in analyzeValue()2895 if (OtherSRQ.valueIn() && OtherSRQ.endPoint() > VNI->def) { in analyzeValue()2909 if (OtherLRQ.endPoint() >= Indexes->getMBBEndIdx(MBB)) in analyzeValue()
147 SlotIndex endPoint() const { in endPoint() function