Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2645 PQueue RecoloringQueue; in tryLastChanceRecoloring() local
2650 enqueue(RecoloringQueue, *It); in tryLastChanceRecoloring()
2669 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()
2722 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument
2726 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()
2727 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()