Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterClassInfo.cpp43 unsigned NumPSets = TRI->getNumRegPressureSets(); in runOnMachineFunction() local
44 PSetLimits.reset(new unsigned[NumPSets]); in runOnMachineFunction()
45 std::fill(&PSetLimits[0], &PSetLimits[NumPSets], 0); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterClassInfo.cpp81 unsigned NumPSets = TRI->getNumRegPressureSets(); in runOnMachineFunction() local
82 PSetLimits.reset(new unsigned[NumPSets]); in runOnMachineFunction()
83 std::fill(&PSetLimits[0], &PSetLimits[NumPSets], 0); in runOnMachineFunction()