Searched refs:RecoloringQueue (Results 1 – 1 of 1) sorted by relevance
1918 PQueue RecoloringQueue; in tryLastChanceRecoloring() local1921 enqueue(RecoloringQueue, RC); in tryLastChanceRecoloring()1941 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()2008 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument2013 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()2014 const LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()