Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h833 Register BestHint = (RegAllocHints[VReg.id()].second.size() ? in getRegAllocationHint() local
835 return {RegAllocHints[VReg.id()].first, BestHint}; in getRegAllocationHint()