Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MaxWeight

159     float MaxWeight;      ///< Maximum spill weight evicted.
161 EvictionCost(unsigned B = 0) : BrokenHints(B), MaxWeight(0) {}
168 return MaxWeight < O.MaxWeight;
584 // Check if any interfering live range is heavier than MaxWeight.
615 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight);
696 BestCost.MaxWeight = VirtReg.weight;