HomeSort by relevance Sort by last modified time
    Searched refs:PSetLimits (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
RegisterClassInfo.h 64 std::unique_ptr<unsigned[]> PSetLimits;
135 if (!PSetLimits[Idx])
136 PSetLimits[Idx] = computePSetLimit(Idx);
137 return PSetLimits[Idx];
  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 45 PSetLimits.reset(new unsigned[NumPSets]);
46 std::fill(&PSetLimits[0], &PSetLimits[NumPSets], 0);

Completed in 1812 milliseconds