Searched refs:RecoloringQueue (Results 1 – 1 of 1) sorted by relevance
1829 PQueue RecoloringQueue; in tryLastChanceRecoloring() local1832 enqueue(RecoloringQueue, RC); in tryLastChanceRecoloring()1852 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()1919 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument1924 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()1925 const LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()