Searched refs:MaxUses (Results 1 – 4 of 4) 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()
2290 auto isUsesAtMost = [&](unsigned Reg, unsigned MaxUses) { in shouldLocalize() argument2293 for (; UI != UE && NumUses < MaxUses; ++UI) { in shouldLocalize()2313 unsigned MaxUses = maxUses(RematCost); in shouldLocalize() local2314 if (MaxUses == UINT_MAX) in shouldLocalize()2316 bool B = isUsesAtMost(Reg, MaxUses); in shouldLocalize()