Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp171 std::pair<unsigned, Register> TargetHint = MRI.getRegAllocationHint(LI.reg()); in weightCalcHelper() local
300 if (TargetHint.first == 0 && TargetHint.second) in weightCalcHelper()
306 (TargetHint.first != 0 && Hint.Reg == TargetHint.second)) in weightCalcHelper()