Searched refs:RecoloringQueue (Results 1 – 1 of 1) sorted by relevance
2689 PQueue RecoloringQueue; in tryLastChanceRecoloring() local2692 enqueue(RecoloringQueue, RC); in tryLastChanceRecoloring()2711 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()2760 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument2764 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()2765 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()