Home
last modified time | relevance | path

Searched refs:RecoloringQueue (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2670 PQueue RecoloringQueue; in tryLastChanceRecoloring() local
2673 enqueue(RecoloringQueue, RC); in tryLastChanceRecoloring()
2692 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()
2741 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument
2745 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()
2746 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()