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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DSimplifyCFG.cpp908 uint64_t ValidTotalSuccWeight = 0; local
919 ValidTotalSuccWeight += SuccWeights[i+1];
924 ValidTotalSuccWeight += SuccWeights[0];
925 // Scale the cases from predecessor by ValidTotalSuccWeight.
927 Weights[i] *= ValidTotalSuccWeight;

Completed in 167 milliseconds