Searched refs:RecoloringQueue (Results 1 – 2 of 2) sorted by relevance
2133 PQueue RecoloringQueue; in tryLastChanceRecoloring() local2138 enqueue(RecoloringQueue, *It); in tryLastChanceRecoloring()2157 if (tryRecoloringCandidates(RecoloringQueue, NewVRegs, FixedRegisters, in tryLastChanceRecoloring()2195 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument2199 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()2200 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()
2615 PQueue RecoloringQueue; in tryLastChanceRecoloring() local2620 enqueue(RecoloringQueue, *It); in tryLastChanceRecoloring()2639 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()2692 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument2696 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()2697 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()