Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Hint

1270       std::pair<unsigned, unsigned> Hint = mri_->getRegAllocationHint(Reg);
1271 if (Hint.first || Hint.second)
1272 mri_->setRegAllocationHint(NewVReg, Hint.first, Hint.second);