Searched refs:endPoint (Results 1 – 3 of 3) sorted by relevance
676 if (LRQ.endPoint() < MBBEnd) { in pruneValue()677 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()678 if (EndPoints) EndPoints->push_back(LRQ.endPoint()); in pruneValue()708 if (LRQ.endPoint() < MBBEnd) { in pruneValue()709 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()710 if (EndPoints) EndPoints->push_back(LRQ.endPoint()); in pruneValue()
2979 if (OtherLRQ.isKill() && OtherLRQ.endPoint() <= VNI->def) in analyzeValue()3055 if (OtherSRQ.valueIn() && OtherSRQ.endPoint() > VNI->def) { in analyzeValue()3069 if (OtherLRQ.endPoint() >= Indexes->getMBBEndIdx(MBB)) in analyzeValue()
148 SlotIndex endPoint() const { in endPoint() function