Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp827 static uint64_t calculateWeightScale(uint64_t MaxWeight) { in calculateWeightScale()
868 uint64_t MaxWeight = *std::max_element(Weights.begin(), Weights.end()); in createProfileWeights() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.h79 float MaxWeight = 0; ///< Maximum spill weight evicted. member
H A DMIRSampleProfile.cpp199 uint32_t MaxWeight = std::numeric_limits<uint32_t>::max(); in setBranchProbs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp277 float MaxWeight = 0; ///< Maximum spill weight evicted. member
1495 float MaxWeight = 0; in splitCanCauseEvictionChain() local
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1012 uint32_t MaxWeight = 0; in propagateWeights() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1569 uint32_t MaxWeight = 0; in propagateWeights() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1695 uint32_t MaxWeight = 0; in generateMDProfMetadata() local
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1391 unsigned MaxWeight = 0, Weight = 0; in computeUberWeights() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp234 float MaxWeight; ///< Maximum spill weight evicted. member