Searched refs:RetireItr (Results 1 – 1 of 1) sorted by relevance
309 IntervalSet::iterator RetireItr = Active.begin(); in apply() local310 while (RetireItr != Active.end() && in apply()311 (getEndPoint(*RetireItr) <= getStartPoint(Cur))) { in apply()314 if (!isAtLastSegment(*RetireItr)) in apply()315 Inactive.push(nextSegment(*RetireItr)); in apply()317 ++RetireItr; in apply()319 Active.erase(Active.begin(), RetireItr); in apply()