Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BestCost

375                                     BlockFrequency &BestCost,
865 EvictionCost BestCost;
866 BestCost.setMax();
873 BestCost.BrokenHints = 0;
874 BestCost.MaxWeight = VirtReg.weight;
906 if (!canEvictInterference(VirtReg, PhysReg, false, BestCost))
1356 BlockFrequency BestCost;
1363 BestCost = BlockFrequency::getMaxFrequency();
1367 BestCost = calcSpillCost();
1369 MBFI->printBlockFreq(dbgs(), BestCost) << '\n');
1373 calculateRegionSplitCost(VirtReg, Order, BestCost, NumCands,
1385 BlockFrequency &BestCost,
1427 if (Cost >= BestCost) {
1456 if (Cost < BestCost) {
1458 BestCost = Cost;
2270 BlockFrequency BestCost = CSRCost; // Don't modify CSRCost.
2271 unsigned BestCand = calculateRegionSplitCost(VirtReg, Order, BestCost,