Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2018 PQueue RecoloringQueue; in tryLastChanceRecoloring() local
2021 enqueue(RecoloringQueue, RC); in tryLastChanceRecoloring()
2041 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()
2108 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() argument
2113 while (!RecoloringQueue.empty()) { in tryRecoloringCandidates()
2114 const LiveInterval *LI = dequeue(RecoloringQueue); in tryRecoloringCandidates()