Searched refs:PSetLimits (Results 1 – 2 of 2) sorted by relevance
67 std::unique_ptr<unsigned[]> PSetLimits; variable138 if (!PSetLimits[Idx]) in getRegPressureSetLimit()139 PSetLimits[Idx] = computePSetLimit(Idx); in getRegPressureSetLimit()140 return PSetLimits[Idx]; in getRegPressureSetLimit()
81 PSetLimits.reset(new unsigned[NumPSets]); in runOnMachineFunction()82 std::fill(&PSetLimits[0], &PSetLimits[NumPSets], 0); in runOnMachineFunction()