Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h377 bool tryRecoloringCandidates(PQueue &, SmallVectorImpl<Register> &,
H A DRegAllocGreedy.cpp2177 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()
2251 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() function in RAGreedy