Searched refs:RematCost (Results 1 – 2 of 2) sorted by relevance
2313 auto maxUses = [](unsigned RematCost) { in shouldLocalize() argument2315 if (RematCost == 1) in shouldLocalize()2317 if (RematCost == 2) in shouldLocalize()2321 if (RematCost > 2) in shouldLocalize()2337 unsigned RematCost = TTI->getGISelRematGlobalCost(); in shouldLocalize() local2339 unsigned MaxUses = maxUses(RematCost); in shouldLocalize()
27009 auto maxUses = [](unsigned RematCost) { in shouldLocalize() argument27011 if (RematCost == 1) in shouldLocalize()27013 if (RematCost == 2) in shouldLocalize()27017 if (RematCost > 2) in shouldLocalize()27062 unsigned RematCost = *Cost.getValue(); in shouldLocalize() local27063 RematCost += AdditionalCost; in shouldLocalize()27065 unsigned MaxUses = maxUses(RematCost); in shouldLocalize()