Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp309 IntervalSet::iterator RetireItr = Active.begin(); in apply() local
310 while (RetireItr != Active.end() && in apply()
311 (getEndPoint(*RetireItr) <= getStartPoint(Cur))) { in apply()
314 if (!isAtLastSegment(*RetireItr)) in apply()
315 Inactive.push(nextSegment(*RetireItr)); in apply()
317 ++RetireItr; in apply()
319 Active.erase(Active.begin(), RetireItr); in apply()