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()
157 float MaxWeight; ///< Maximum spill weight evicted. member159 EvictionCost(unsigned B = 0) : BrokenHints(B), MaxWeight(0) {} in EvictionCost()164 return MaxWeight < O.MaxWeight; in operator <()568 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight); in canEvictInterference()640 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()
1325 unsigned MaxWeight = 0, Weight = 0; in computeUberWeights() local1328 if (Weight > MaxWeight) in computeUberWeights()1329 MaxWeight = Weight; in computeUberWeights()1340 if (Weight > MaxWeight) in computeUberWeights()1341 MaxWeight = Weight; in computeUberWeights()1344 I->Weight = MaxWeight; in computeUberWeights()