Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp116 unsigned NumPSets = TRI->getNumRegPressureSets(); in runOnMachineFunction() local
117 PSetLimits.reset(new unsigned[NumPSets]); in runOnMachineFunction()
118 std::fill(&PSetLimits[0], &PSetLimits[NumPSets], 0); in runOnMachineFunction()