Lines Matching defs:MaxUses
27065 unsigned MaxUses = maxUses(RematCost);27067 if (MaxUses == std::numeric_limits<unsigned>::max())27068 --MaxUses;27069 return MRI.hasAtMostUserInstrs(Reg, MaxUses);