Searched refs:RecoloringQueue (Results 1 – 1 of 1) sorted by relevance
2645 PQueue RecoloringQueue; in tryLastChanceRecoloring() local2650 enqueue(RecoloringQueue, *It); in tryLastChanceRecoloring()2669 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()2722 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument2726 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()2727 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()