Searched defs:MaxWeight (Results 1 – 6 of 6) sorted by relevance
79 float MaxWeight = 0; ///< Maximum spill weight evicted. member
231 uint32_t MaxWeight = std::numeric_limits<uint32_t>::max(); in setBranchProbs() local
674 std::optional<uint32_t> MaxWeight; in getMaxEstimatedEdgeWeight() local 864 auto MaxWeight = getMaxEstimatedEdgeWeight(LoopBB, successors(BB)); in computeEestimateBlockWeight() local
1303 calculateWeightScale(uint64_t MaxWeight) calculateWeightScale() argument 1344 uint64_t MaxWeight = *std::max_element(Weights.begin(), Weights.end()); createProfileWeights() local
1744 uint32_t MaxWeight = 0; generateMDProfMetadata() local