Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp1425 unsigned FreeRegInactiveCount = 0; in getFreePhysReg() local
1454 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()