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