Searched refs:RecoloringQueue (Results 1 – 1 of 1) sorted by relevance
2151 PQueue RecoloringQueue; in tryLastChanceRecoloring() local2154 enqueue(RecoloringQueue, RC); in tryLastChanceRecoloring()2177 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()2251 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument2256 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()2257 const LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()