Searched defs:getFirstUnallocated (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h230 /// getFirstUnallocated - Return the first unallocated register in the set, or
232 unsigned getFirstUnallocated(const unsigned *Regs, unsigned NumRegs) const { function in class:llvm::CCState
260 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs);
273 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs);

Completed in 69 milliseconds