Searched refs:ValidTotalSuccWeight (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1113 uint64_t ValidTotalSuccWeight = 0; local
1124 ValidTotalSuccWeight += SuccWeights[i + 1];
1129 ValidTotalSuccWeight += SuccWeights[0];
1130 // Scale the cases from predecessor by ValidTotalSuccWeight.
1132 Weights[i] *= ValidTotalSuccWeight;

Completed in 65 milliseconds