Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2092 PQueue RecoloringQueue; in tryLastChanceRecoloring() local
2097 enqueue(RecoloringQueue, *It); in tryLastChanceRecoloring()
2116 if (tryRecoloringCandidates(RecoloringQueue, NewVRegs, FixedRegisters, in tryLastChanceRecoloring()
2153 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument
2157 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()
2158 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()