Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp345 IntervalSet::iterator RetireItr = Active.begin(); in apply() local
346 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()