Searched defs:PSetLimits (Results 1 - 1 of 1) 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];

Completed in 95 milliseconds