Searched refs:endPoint (Results 1 – 3 of 3) sorted by relevance
640 if (LRQ.endPoint() < MBBEnd) { in pruneValue()641 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()642 if (EndPoints) EndPoints->push_back(LRQ.endPoint()); in pruneValue()672 if (LRQ.endPoint() < MBBEnd) { in pruneValue()673 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()674 if (EndPoints) EndPoints->push_back(LRQ.endPoint()); in pruneValue()
2822 if (OtherLRQ.isKill() && OtherLRQ.endPoint() <= VNI->def) in analyzeValue()2898 if (OtherSRQ.valueIn() && OtherSRQ.endPoint() > VNI->def) { in analyzeValue()2912 if (OtherLRQ.endPoint() >= Indexes->getMBBEndIdx(MBB)) in analyzeValue()
147 SlotIndex endPoint() const { in endPoint() function