Home
last modified time | relevance | path

Searched refs:computePSetLimit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h148 PSetLimits[Idx] = computePSetLimit(Idx); in getRegPressureSetLimit()
153 unsigned computePSetLimit(unsigned Idx) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp202 unsigned RegisterClassInfo::computePSetLimit(unsigned Idx) const { in computePSetLimit() function in RegisterClassInfo