Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp232 unsigned NAllocatableRegs = getNumAllocatableRegs(RC); in computePSetLimit() local
238 if (NAllocatableRegs == 0) in computePSetLimit()
240 unsigned NReserved = RC->getNumRegs() - NAllocatableRegs; in computePSetLimit()