Searched refs:FirstUnalloc (Results 1 – 2 of 2) sorted by relevance
260 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs); in AllocateReg() local261 if (FirstUnalloc == NumRegs) in AllocateReg()265 unsigned Reg = Regs[FirstUnalloc]; in AllocateReg()273 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs); in AllocateReg() local274 if (FirstUnalloc == NumRegs) in AllocateReg()278 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
360 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local361 if (FirstUnalloc == Regs.size()) in AllocateReg()365 unsigned Reg = Regs[FirstUnalloc]; in AllocateReg()401 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local402 if (FirstUnalloc == Regs.size()) in AllocateReg()406 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()