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

/external/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h64 std::unique_ptr<unsigned[]> PSetLimits; member in class:llvm::RegisterClassInfo
135 if (!PSetLimits[Idx])
136 PSetLimits[Idx] = computePSetLimit(Idx);
137 return PSetLimits[Idx];
/external/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp45 PSetLimits.reset(new unsigned[NumPSets]);
46 std::fill(&PSetLimits[0], &PSetLimits[NumPSets], 0);

Completed in 576 milliseconds