Searched refs:MaxUses (Results 1 – 2 of 2) sorted by relevance
65 auto isUsesAtMost = [&](unsigned Reg, unsigned MaxUses) { in shouldLocalize() argument68 for (; UI != UE && NumUses < MaxUses; ++UI) { in shouldLocalize()88 unsigned MaxUses = maxUses(RematCost); in shouldLocalize() local89 if (MaxUses == UINT_MAX) in shouldLocalize()91 bool B = isUsesAtMost(Reg, MaxUses); in shouldLocalize()
137 const int MaxUses = 10; in checkArgumentUses() local142 if (UseCount > MaxUses) in checkArgumentUses()