Searched refs:FreeRegInactiveCount (Results 1 – 1 of 1) sorted by relevance
1425 unsigned FreeRegInactiveCount = 0; in getFreePhysReg() local1454 FreeRegInactiveCount = inactiveCounts[FreeReg]; in getFreePhysReg()1456 FreeRegInactiveCount = 0; in getFreePhysReg()1463 if (FreeReg == 0 || FreeRegInactiveCount == MaxInactiveCount) { in getFreePhysReg()1482 FreeRegInactiveCount < inactiveCounts[Reg] && in getFreePhysReg()1485 FreeRegInactiveCount = inactiveCounts[Reg]; in getFreePhysReg()1486 if (FreeRegInactiveCount == MaxInactiveCount) in getFreePhysReg()