Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h359 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local
360 if (FirstUnalloc == Regs.size()) in AllocateReg()
364 unsigned Reg = Regs[FirstUnalloc]; in AllocateReg()
400 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local
401 if (FirstUnalloc == Regs.size()) in AllocateReg()
405 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()