Home
last modified time | relevance | path

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

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