Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DRegisterClassInfo.h67 std::unique_ptr<unsigned[]> PSetLimits; variable
141 if (!PSetLimits[Idx]) in getRegPressureSetLimit()
142 PSetLimits[Idx] = computePSetLimit(Idx); in getRegPressureSetLimit()
143 return PSetLimits[Idx]; in getRegPressureSetLimit()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRegisterClassInfo.cpp83 PSetLimits.reset(new unsigned[NumPSets]); in runOnMachineFunction()
84 std::fill(&PSetLimits[0], &PSetLimits[NumPSets], 0); in runOnMachineFunction()