Searched refs:RecoloringQueue (Results 1 – 1 of 1) sorted by relevance
2661 PQueue RecoloringQueue; in tryLastChanceRecoloring() local2666 enqueue(RecoloringQueue, *It); in tryLastChanceRecoloring()2685 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()2738 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument2742 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()2743 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()