Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BestCost

566   unsigned BestReg = 0, BestCost = spillImpossible;
571 DEBUG(dbgs() << "\tBestCost: " << BestCost << "\n");
577 if (Cost < BestCost)
578 BestReg = *I, BestCost = Cost;