Home
last modified time | relevance | path

Searched defs:MaxWeight (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.h79 float MaxWeight = 0; ///< Maximum spill weight evicted. member
H A DMIRSampleProfile.cpp231 uint32_t MaxWeight = std::numeric_limits<uint32_t>::max(); in setBranchProbs() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp674 std::optional<uint32_t> MaxWeight; in getMaxEstimatedEdgeWeight() local
864 auto MaxWeight = getMaxEstimatedEdgeWeight(LoopBB, successors(BB)); in computeEestimateBlockWeight() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1433 static uint64_t calculateWeightScale(uint64_t MaxWeight) { in calculateWeightScale()
1474 uint64_t MaxWeight = *std::max_element(Weights.begin(), Weights.end()); in createProfileWeights() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1698 uint32_t MaxWeight = 0; in generateMDProfMetadata() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1793 unsigned MaxWeight = 0, Weight = 0; in computeUberWeights() local