Searched refs:MaxWeight (Results 1 – 2 of 2) sorted by relevance
277 float MaxWeight = 0; ///< Maximum spill weight evicted. member288 return std::tie(BrokenHints, MaxWeight) < in operator <()289 std::tie(O.BrokenHints, O.MaxWeight); in operator <()937 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight); in canEvictInterference()997 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight); in canEvictInterferenceInRange()1004 if (Cost.MaxWeight == 0) in canEvictInterferenceInRange()1028 BestEvictCost.MaxWeight = VirtReg.weight; in getCheapestEvicteeWeight()1041 *BestEvictweight = BestEvictCost.MaxWeight; in getCheapestEvicteeWeight()1124 BestCost.MaxWeight = VirtReg.weight; in tryEvict()1495 float MaxWeight = 0; in splitCanCauseEvictionChain() local[all …]
1569 uint32_t MaxWeight = 0; in propagateWeights() local1587 if (Weight > MaxWeight) { in propagateWeights()1588 MaxWeight = Weight; in propagateWeights()1602 if (MaxWeight > 0 && !TI->extractProfTotalWeight(TempWeight)) { in propagateWeights()