Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2016 PQueue RecoloringQueue; in tryLastChanceRecoloring() local
2019 enqueue(RecoloringQueue, RC); in tryLastChanceRecoloring()
2039 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()
2106 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument
2111 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()
2112 const LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()