Lines Matching refs:MaxWeight
278 float MaxWeight = 0; ///< Maximum spill weight evicted. member
289 return std::tie(BrokenHints, MaxWeight) < in operator <()
290 std::tie(O.BrokenHints, O.MaxWeight); in operator <()
925 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight); in canEvictInterference()
985 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight); in canEvictInterferenceInRange()
992 if (Cost.MaxWeight == 0) in canEvictInterferenceInRange()
1016 BestEvictCost.MaxWeight = VirtReg.weight; in getCheapestEvicteeWeight()
1029 *BestEvictweight = BestEvictCost.MaxWeight; in getCheapestEvicteeWeight()
1111 BestCost.MaxWeight = VirtReg.weight; in tryEvict()
1481 float MaxWeight = 0; in splitCanCauseEvictionChain() local
1484 Cand.Intf.first(), Cand.Intf.last(), &MaxWeight); in splitCanCauseEvictionChain()
1511 if (splitArtifactWeight >= 0 && splitArtifactWeight < MaxWeight) in splitCanCauseEvictionChain()