Searched refs:RematCost (Results 1 – 2 of 2) sorted by relevance
50 auto maxUses = [](unsigned RematCost) { in shouldLocalize() argument52 if (RematCost == 1) in shouldLocalize()54 if (RematCost == 2) in shouldLocalize()58 if (RematCost > 2) in shouldLocalize()86 unsigned RematCost = TTI->getGISelRematGlobalCost(); in shouldLocalize() local88 unsigned MaxUses = maxUses(RematCost); in shouldLocalize()
2275 auto maxUses = [](unsigned RematCost) { in shouldLocalize() argument2277 if (RematCost == 1) in shouldLocalize()2279 if (RematCost == 2) in shouldLocalize()2283 if (RematCost > 2) in shouldLocalize()2311 unsigned RematCost = TTI->getGISelRematGlobalCost(); in shouldLocalize() local2313 unsigned MaxUses = maxUses(RematCost); in shouldLocalize()