Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1918 PQueue RecoloringQueue; in tryLastChanceRecoloring() local
1921 enqueue(RecoloringQueue, RC); in tryLastChanceRecoloring()
1941 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()
2008 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument
2013 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()
2014 const LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()