Searched refs:RecoloringQueue (Results 1 – 1 of 1) sorted by relevance
2670 PQueue RecoloringQueue; in tryLastChanceRecoloring() local2673 enqueue(RecoloringQueue, RC); in tryLastChanceRecoloring()2692 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()2741 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument2745 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()2746 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()