Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BestCost

515   unsigned BestReg = 0, BestCost = spillImpossible;
520 DEBUG(dbgs() << "\tBestCost: " << BestCost << "\n");
524 if (Cost < BestCost)
525 BestReg = *I, BestCost = Cost;