Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp310 IntervalSet::iterator RetireItr = Active.begin(); in apply() local
311 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()