Searched refs:AvailablePhysReg (Results 1 – 2 of 2) sorted by relevance
107 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs() local109 if (AvailablePhysReg == ~0u) { in allocatePhysRegs()132 if (AvailablePhysReg) in allocatePhysRegs()133 Matrix->assign(*VirtReg, AvailablePhysReg); in allocatePhysRegs()
322 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs() local324 if (AvailablePhysReg == ~0u) { in allocatePhysRegs()343 if (AvailablePhysReg) in allocatePhysRegs()344 assign(*VirtReg, AvailablePhysReg); in allocatePhysRegs()