Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2388 unsigned CurrPhys = VRM->getPhys(Reg); in tryHintRecoloring() local
2391 if (CurrPhys != PhysReg && (!MRI->getRegClass(Reg)->contains(PhysReg) || in tryHintRecoloring()
2395 DEBUG(dbgs() << PrintReg(Reg, TRI) << '(' << PrintReg(CurrPhys, TRI) in tryHintRecoloring()
2403 if (CurrPhys != PhysReg) { in tryHintRecoloring()
2405 BlockFrequency OldCopiesCost = getBrokenHintFreq(Info, CurrPhys); in tryHintRecoloring()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2897 unsigned CurrPhys = VRM->getPhys(Reg); in tryHintRecoloring() local
2900 if (CurrPhys != PhysReg && (!MRI->getRegClass(Reg)->contains(PhysReg) || in tryHintRecoloring()
2904 LLVM_DEBUG(dbgs() << printReg(Reg, TRI) << '(' << printReg(CurrPhys, TRI) in tryHintRecoloring()
2912 if (CurrPhys != PhysReg) { in tryHintRecoloring()
2914 BlockFrequency OldCopiesCost = getBrokenHintFreq(Info, CurrPhys); in tryHintRecoloring()