Home | History | Annotate | Download | only in CodeGen

Lines Matching full:mincost

818     unsigned MinCost = RegClassInfo.getMinCost(RC);
819 if (MinCost >= CostPerUseLimit) {
820 DEBUG(dbgs() << RC->getName() << " minimum cost = " << MinCost