Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2123 PQueue RecoloringQueue; in tryLastChanceRecoloring() local
2128 enqueue(RecoloringQueue, *It); in tryLastChanceRecoloring()
2147 if (tryRecoloringCandidates(RecoloringQueue, NewVRegs, FixedRegisters, in tryLastChanceRecoloring()
2185 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument
2189 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()
2190 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()