Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BestCost

491                                     BlockFrequency &BestCost,
1102 EvictionCost BestCost;
1103 BestCost.setMax();
1110 BestCost.BrokenHints = 0;
1111 BestCost.MaxWeight = VirtReg.weight;
1145 if (!canEvictInterference(VirtReg, PhysReg, false, BestCost))
1798 BlockFrequency BestCost;
1805 BestCost = BlockFrequency::getMaxFrequency();
1809 BestCost = SpillCost;
1811 MBFI->printBlockFreq(dbgs(), BestCost) << '\n');
1816 calculateRegionSplitCost(VirtReg, Order, BestCost, NumCands,
1823 if (HasCompact && (BestCost > SpillCost) && (BestCand != NoCand) &&
1837 BlockFrequency &BestCost,
1879 if (Cost >= BestCost) {
1908 if (Cost < BestCost) {
1910 BestCost = Cost;
2779 BlockFrequency BestCost = CSRCost; // Don't modify CSRCost.
2780 unsigned BestCand = calculateRegionSplitCost(VirtReg, Order, BestCost,