Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2133 PQueue RecoloringQueue; in tryLastChanceRecoloring() local
2138 enqueue(RecoloringQueue, *It); in tryLastChanceRecoloring()
2157 if (tryRecoloringCandidates(RecoloringQueue, NewVRegs, FixedRegisters, in tryLastChanceRecoloring()
2195 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument
2199 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()
2200 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2615 PQueue RecoloringQueue; in tryLastChanceRecoloring() local
2620 enqueue(RecoloringQueue, *It); in tryLastChanceRecoloring()
2639 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()
2692 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument
2696 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()
2697 LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()