Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp355 unsigned MaxInactiveCount,
1421 unsigned MaxInactiveCount, in getFreePhysReg() argument
1463 if (FreeReg == 0 || FreeRegInactiveCount == MaxInactiveCount) { in getFreePhysReg()
1486 if (FreeRegInactiveCount == MaxInactiveCount) in getFreePhysReg()
1501 unsigned MaxInactiveCount = 0; in getFreePhysReg() local
1520 MaxInactiveCount = std::max(MaxInactiveCount, inactiveCounts[reg]); in getFreePhysReg()
1534 unsigned FreeReg = getFreePhysReg(cur, RC, MaxInactiveCount, inactiveCounts, in getFreePhysReg()
1538 return getFreePhysReg(cur, RC, MaxInactiveCount, inactiveCounts, false); in getFreePhysReg()