Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h371 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local
372 if (FirstUnalloc == Regs.size()) in AllocateReg()
376 MCPhysReg Reg = Regs[FirstUnalloc]; in AllocateReg()
412 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local
413 if (FirstUnalloc == Regs.size()) in AllocateReg()
417 MCRegister Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()