Home
last modified time | relevance | path

Searched defs:SumWeight (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1293 uint64_t SumWeight = TrueWeight + FalseWeight; getPredictedPathCost() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp588 assert(SumWeight >= TrueWeight && SumWeight >= FalseWeight && in extractBranchProbabilities() local