Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2640 SmallVector<Register, 4> CurrentNewVRegs; in tryLastChanceRecoloring() local
2648 CurrentNewVRegs.clear(); in tryLastChanceRecoloring()
2692 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()
2695 for (Register NewVReg : CurrentNewVRegs) in tryLastChanceRecoloring()
2714 for (Register &R : CurrentNewVRegs) { in tryLastChanceRecoloring()