Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp160 std::pair<Register, Register> TargetHint = MRI.getRegAllocationHint(LI.reg()); in weightCalcHelper() local
278 if (TargetHint.first == 0 && TargetHint.second) in weightCalcHelper()
284 (TargetHint.first != 0 && Hint.Reg == TargetHint.second)) in weightCalcHelper()