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()168 return MaxWeight < O.MaxWeight; in operator <()615 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight); in canEvictInterference()696 BestCost.MaxWeight = VirtReg.weight; in tryEvict()
542 uint32_t MaxWeight = 0; in getHotSucc() local553 if (Weight > MaxWeight) { in getHotSucc()554 MaxWeight = Weight; in getHotSucc()560 if (BranchProbability(MaxWeight, Sum) > BranchProbability(4, 5)) in getHotSucc()
1318 unsigned MaxWeight = 0, Weight = 0; in computeUberWeights() local1321 if (Weight > MaxWeight) in computeUberWeights()1322 MaxWeight = Weight; in computeUberWeights()1333 if (Weight > MaxWeight) in computeUberWeights()1334 MaxWeight = Weight; in computeUberWeights()1335 if (I->Weight != MaxWeight) { in computeUberWeights()1337 dbgs() << "UberSet " << I - UberSets.begin() << " Weight " << MaxWeight; in computeUberWeights()1345 I->Weight = MaxWeight; in computeUberWeights()