Lines Matching refs:MaxWeight
273 float MaxWeight = 0; ///< Maximum spill weight evicted. member
284 return std::tie(BrokenHints, MaxWeight) < in operator <()
285 std::tie(O.BrokenHints, O.MaxWeight); in operator <()
1002 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight()); in canEvictInterference()
1061 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight()); in canEvictInterferenceInRange()
1068 if (Cost.MaxWeight == 0) in canEvictInterferenceInRange()
1092 BestEvictCost.MaxWeight = VirtReg.weight(); in getCheapestEvicteeWeight()
1105 *BestEvictweight = BestEvictCost.MaxWeight; in getCheapestEvicteeWeight()
1186 BestCost.MaxWeight = VirtReg.weight(); in tryEvict()
1553 float MaxWeight = 0; in splitCanCauseEvictionChain() local
1556 Cand.Intf.first(), Cand.Intf.last(), &MaxWeight); in splitCanCauseEvictionChain()
1582 if (splitArtifactWeight >= 0 && splitArtifactWeight < MaxWeight) in splitCanCauseEvictionChain()