Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Hint

1427   std::pair<unsigned, unsigned> Hint = mri_->getRegAllocationHint(cur->reg);
1428 // Resolve second part of the hint (if possible) given the current allocation.
1429 unsigned physReg = Hint.second;
1434 if (Hint.first)
1435 Order = tri_->getRawAllocationOrder(RC, Hint.first, physReg, *mf_);