Searched refs:MaxUses (Results 1 – 3 of 3) sorted by relevance
114 const int MaxUses = 10; in getStoredType() 132 if (UseCount++ > MaxUses) in getStoredType() 115 const int MaxUses = 10; getStoredType() local
2339 unsigned MaxUses = maxUses(RematCost); in shouldLocalize() local2340 if (MaxUses == UINT_MAX) in shouldLocalize()2342 return MRI.hasAtMostUserInstrs(Reg, MaxUses); in shouldLocalize()
27065 unsigned MaxUses = maxUses(RematCost); in shouldLocalize() local27067 if (MaxUses == std::numeric_limits<unsigned>::max()) in shouldLocalize()27068 --MaxUses; in shouldLocalize()27069 return MRI.hasAtMostUserInstrs(Reg, MaxUses); in shouldLocalize()