Searched defs:MaxWeight (Results 1 – 10 of 10) sorted by relevance
827 static uint64_t calculateWeightScale(uint64_t MaxWeight) { in calculateWeightScale()868 uint64_t MaxWeight = *std::max_element(Weights.begin(), Weights.end()); in createProfileWeights() local
79 float MaxWeight = 0; ///< Maximum spill weight evicted. member
199 uint32_t MaxWeight = std::numeric_limits<uint32_t>::max(); in setBranchProbs() local
674 std::optional<uint32_t> MaxWeight; in getMaxEstimatedEdgeWeight() local864 auto MaxWeight = getMaxEstimatedEdgeWeight(LoopBB, successors(BB)); in computeEestimateBlockWeight() local
277 float MaxWeight = 0; ///< Maximum spill weight evicted. member1495 float MaxWeight = 0; in splitCanCauseEvictionChain() local
1012 uint32_t MaxWeight = 0; in propagateWeights() local
1569 uint32_t MaxWeight = 0; in propagateWeights() local
1695 uint32_t MaxWeight = 0; in generateMDProfMetadata() local
1391 unsigned MaxWeight = 0, Weight = 0; in computeUberWeights() local
234 float MaxWeight; ///< Maximum spill weight evicted. member