Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1987 SmallVector<Register, 4> CurrentNewVRegs; in tryLastChanceRecoloring() local
1994 CurrentNewVRegs.clear(); in tryLastChanceRecoloring()
2039 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()
2042 for (Register NewVReg : CurrentNewVRegs) in tryLastChanceRecoloring()
2061 for (Register R : CurrentNewVRegs) { in tryLastChanceRecoloring()