Searched refs:firstUnalloced (Results 1 – 1 of 1) sorted by relevance
2405 unsigned int firstUnalloced; in computeRegArea() local2406 firstUnalloced = CCInfo.getFirstUnallocated(GPRArgRegs, in computeRegArea()2409 NumGPRs = (firstUnalloced <= 3) ? (4 - firstUnalloced) : 0; in computeRegArea()