Searched refs:RetireItr (Results 1 – 1 of 1) sorted by relevance
345 IntervalSet::iterator RetireItr = Active.begin(); in apply() local346 while (RetireItr != Active.end() && in apply()347 (getEndPoint(*RetireItr) <= getStartPoint(Cur))) { in apply()350 if (!isAtLastSegment(*RetireItr)) in apply()351 Inactive.push(nextSegment(*RetireItr)); in apply()353 ++RetireItr; in apply()355 Active.erase(Active.begin(), RetireItr); in apply()