Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp623 Optional<uint32_t> MaxWeight; in getMaxEstimatedEdgeWeight() local
815 auto MaxWeight = getMaxEstimatedEdgeWeight(LoopBB, successors(BB)); in computeEestimateBlockWeight() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1047 static uint64_t calculateWeightScale(uint64_t MaxWeight) { in calculateWeightScale()
1088 uint64_t MaxWeight = *std::max_element(Weights.begin(), Weights.end()); in createProfileWeights() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp273 float MaxWeight = 0; ///< Maximum spill weight evicted. member
1534 float MaxWeight = 0; in splitCanCauseEvictionChain() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1519 uint32_t MaxWeight = 0; in generateMDProfMetadata() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1662 unsigned MaxWeight = 0, Weight = 0; in computeUberWeights() local