Home
last modified time | relevance | path

Searched refs:FirstUnalloc (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h346 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local
347 if (FirstUnalloc == Regs.size()) in AllocateReg()
351 unsigned Reg = Regs[FirstUnalloc]; in AllocateReg()
387 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local
388 if (FirstUnalloc == Regs.size()) in AllocateReg()
392 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()