Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1303 calculateWeightScale(uint64_t MaxWeight) calculateWeightScale() argument
1344 uint64_t MaxWeight = *std::max_element(Weights.begin(), Weights.end()); createProfileWeights() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1744 uint32_t MaxWeight = 0; generateMDProfMetadata() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp