Searched refs:FirstUnalloc (Results 1 – 3 of 3) 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()
371 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local372 if (FirstUnalloc == Regs.size()) in AllocateReg()376 unsigned Reg = Regs[FirstUnalloc]; in AllocateReg()412 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local413 if (FirstUnalloc == Regs.size()) in AllocateReg()417 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()