Searched refs:endPoint (Results 1 – 3 of 3) sorted by relevance
660 if (LRQ.endPoint() < MBBEnd) { in pruneValue()661 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()662 if (EndPoints) EndPoints->push_back(LRQ.endPoint()); in pruneValue()692 if (LRQ.endPoint() < MBBEnd) { in pruneValue()693 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()694 if (EndPoints) EndPoints->push_back(LRQ.endPoint()); in pruneValue()
2918 if (OtherLRQ.isKill() && OtherLRQ.endPoint() <= VNI->def) in analyzeValue()2994 if (OtherSRQ.valueIn() && OtherSRQ.endPoint() > VNI->def) { in analyzeValue()3008 if (OtherLRQ.endPoint() >= Indexes->getMBBEndIdx(MBB)) in analyzeValue()
147 SlotIndex endPoint() const { in endPoint() function