Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp162 std::pair<unsigned, unsigned> TargetHint = mri.getRegAllocationHint(li.reg); in weightCalcHelper() local
264 if (TargetHint.first == 0 && TargetHint.second) in weightCalcHelper()
270 (TargetHint.first != 0 && Hint.Reg == TargetHint.second)) in weightCalcHelper()