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()
113 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs() local115 if (AvailablePhysReg == ~0u) { in allocatePhysRegs()138 if (AvailablePhysReg) in allocatePhysRegs()139 Matrix->assign(*VirtReg, AvailablePhysReg); in allocatePhysRegs()