Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.cpp113 MCRegister AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs() local
115 if (AvailablePhysReg == ~0u) { in allocatePhysRegs()
141 } else if (AvailablePhysReg) in allocatePhysRegs()
142 Matrix->assign(*VirtReg, AvailablePhysReg); in allocatePhysRegs()