Searched refs:PSetLimits (Results 1 – 4 of 4) sorted by relevance
68 std::unique_ptr<unsigned[]> PSetLimits; variable139 if (!PSetLimits[Idx]) in getRegPressureSetLimit()140 PSetLimits[Idx] = computePSetLimit(Idx); in getRegPressureSetLimit()141 return PSetLimits[Idx]; in getRegPressureSetLimit()
64 std::unique_ptr<unsigned[]> PSetLimits; variable135 if (!PSetLimits[Idx]) in getRegPressureSetLimit()136 PSetLimits[Idx] = computePSetLimit(Idx); in getRegPressureSetLimit()137 return PSetLimits[Idx]; in getRegPressureSetLimit()
44 PSetLimits.reset(new unsigned[NumPSets]); in runOnMachineFunction()45 std::fill(&PSetLimits[0], &PSetLimits[NumPSets], 0); in runOnMachineFunction()
82 PSetLimits.reset(new unsigned[NumPSets]); in runOnMachineFunction()83 std::fill(&PSetLimits[0], &PSetLimits[NumPSets], 0); in runOnMachineFunction()