Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocBase.cpp112 MCRegister AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs() local
114 if (AvailablePhysReg == ~0u) { in allocatePhysRegs()
146 if (AvailablePhysReg) in allocatePhysRegs()
147 Matrix->assign(*VirtReg, AvailablePhysReg); in allocatePhysRegs()