Searched refs:FirstUnalloc (Results 1 – 2 of 2) sorted by relevance
137 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs); in AllocateReg() local138 if (FirstUnalloc == NumRegs) in AllocateReg()142 unsigned Reg = Regs[FirstUnalloc]; in AllocateReg()150 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs); in AllocateReg() local151 if (FirstUnalloc == NumRegs) in AllocateReg()155 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
328 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs); in AllocateReg() local329 if (FirstUnalloc == NumRegs) in AllocateReg()333 unsigned Reg = Regs[FirstUnalloc]; in AllocateReg()366 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs); in AllocateReg() local367 if (FirstUnalloc == NumRegs) in AllocateReg()371 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()