Searched refs:RecoloringQueue (Results 1 – 1 of 1) sorted by relevance
2092 PQueue RecoloringQueue; in tryLastChanceRecoloring() local2097 enqueue(RecoloringQueue, *It); in tryLastChanceRecoloring()2116 if (tryRecoloringCandidates(RecoloringQueue, NewVRegs, FixedRegisters, in tryLastChanceRecoloring()2153 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument2157 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()2158 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()