Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h72 std::unique_ptr<unsigned[]> PSetLimits; variable
152 if (!PSetLimits[Idx]) in getRegPressureSetLimit()
153 PSetLimits[Idx] = computePSetLimit(Idx); in getRegPressureSetLimit()
154 return PSetLimits[Idx]; in getRegPressureSetLimit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp119 PSetLimits.reset(new unsigned[NumPSets]); in runOnMachineFunction()
120 std::fill(&PSetLimits[0], &PSetLimits[NumPSets], 0); in runOnMachineFunction()