Searched refs:RetireItr (Results 1 – 2 of 2) sorted by relevance
347 IntervalSet::iterator RetireItr = Active.begin(); in apply() local348 while (RetireItr != Active.end() && in apply()349 (getEndPoint(*RetireItr) <= getStartPoint(Cur))) { in apply()352 if (!isAtLastSegment(*RetireItr)) in apply()353 Inactive.push(nextSegment(*RetireItr)); in apply()355 ++RetireItr; in apply()357 Active.erase(Active.begin(), RetireItr); in apply()
317 IntervalSet::iterator RetireItr = Active.begin(); in apply() local318 while (RetireItr != Active.end() && in apply()319 (getEndPoint(*RetireItr) <= getStartPoint(Cur))) { in apply()322 if (!isAtLastSegment(*RetireItr)) in apply()323 Inactive.push(nextSegment(*RetireItr)); in apply()325 ++RetireItr; in apply()327 Active.erase(Active.begin(), RetireItr); in apply()