Lines Matching full:bestcost
550 unsigned BestReg = 0, BestCost = spillImpossible;555 DEBUG(dbgs() << "\tBestCost: " << BestCost << "\n");561 if (Cost < BestCost)562 BestReg = *I, BestCost = Cost;