Searched refs:MaxWeight (Results 1 – 4 of 4) sorted by relevance
89 uint32_t MaxWeight = 0; in getHotSucc() local94 if (Weight > MaxWeight) { in getHotSucc()95 MaxWeight = Weight; in getHotSucc()
159 float MaxWeight; ///< Maximum spill weight evicted. member161 EvictionCost(unsigned B = 0) : BrokenHints(B), MaxWeight(0) {} in EvictionCost()166 return MaxWeight < O.MaxWeight; in operator <()570 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight); in canEvictInterference()641 BestCost.MaxWeight = VirtReg.weight; in tryEvict()
463 uint32_t MaxWeight = 0; in getHotSucc() local474 if (Weight > MaxWeight) { in getHotSucc()475 MaxWeight = Weight; in getHotSucc()481 if (BranchProbability(MaxWeight, Sum) > BranchProbability(4, 5)) in getHotSucc()
1276 unsigned MaxWeight = 0, Weight = 0; in computeUberWeights() local1279 if (Weight > MaxWeight) in computeUberWeights()1280 MaxWeight = Weight; in computeUberWeights()1291 if (Weight > MaxWeight) in computeUberWeights()1292 MaxWeight = Weight; in computeUberWeights()1295 I->Weight = MaxWeight; in computeUberWeights()