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.h386 bool tryRecoloringCandidates(PQueue &, SmallVectorImpl<Register> &,
H A DRegAllocGreedy.cpp2039 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()
2106 bool RAGreedy::tryRecoloringCandidates(PQueue &RecoloringQueue, in tryRecoloringCandidates() function in RAGreedy