Searched refs:RecoloringQueue (Results 1 – 1 of 1) sorted by relevance
2123 PQueue RecoloringQueue; in tryLastChanceRecoloring() local2128 enqueue(RecoloringQueue, *It); in tryLastChanceRecoloring()2147 if (tryRecoloringCandidates(RecoloringQueue, NewVRegs, FixedRegisters, in tryLastChanceRecoloring()2185 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument2189 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()2190 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()