Lines Matching defs:BestCost
1067 BlockFrequency BestCost;
1074 BestCost = BlockFrequency::max();
1078 BestCost = SpillCost;
1080 << printBlockFreq(*MBFI, BestCost) << '\n');
1083 unsigned BestCand = calculateRegionSplitCost(VirtReg, Order, BestCost,
1096 BlockFrequency &BestCost,
1132 if (Cost >= BestCost) {
1162 if (Cost < BestCost) {
1164 BestCost = Cost;
1173 BlockFrequency &BestCost,
1182 calculateRegionSplitCostAroundReg(PhysReg, Order, BestCost, NumCands,
2194 BlockFrequency BestCost = CSRCost; // Don't modify CSRCost.
2195 unsigned BestCand = calculateRegionSplitCost(VirtReg, Order, BestCost,