Searched refs:RetireItr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp310 IntervalSet::iterator RetireItr = Active.begin(); variable
311 while (RetireItr != Active.end() &&
312 (getEndPoint(*RetireItr) <= getStartPoint(Cur))) {
315 if (!isAtLastSegment(*RetireItr))
316 Inactive.push(nextSegment(*RetireItr));
318 ++RetireItr;
320 Active.erase(Active.begin(), RetireItr);

Completed in 100 milliseconds