Searched refs:RetireItr (Results 1 – 1 of 1) sorted by relevance
310 IntervalSet::iterator RetireItr = Active.begin(); in apply() local311 while (RetireItr != Active.end() && in apply()312 (getEndPoint(*RetireItr) <= getStartPoint(Cur))) { in apply()315 if (!isAtLastSegment(*RetireItr)) in apply()316 Inactive.push(nextSegment(*RetireItr)); in apply()318 ++RetireItr; in apply()320 Active.erase(Active.begin(), RetireItr); in apply()