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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSimplifyCFG.cpp679 bool HasWeight = MD && (MD->getNumOperands() == 2 + SI->getNumCases()); local
680 if (HasWeight)
690 if (HasWeight) {
698 if (HasWeight && Weights.size() >= 2)
3084 bool HasWeight = HasBranchWeights(SI); local
3085 if (HasWeight) {
3087 HasWeight = (Weights.size() == 1 + SI->getNumCases());
3095 if (HasWeight) {
3104 if (HasWeight) {

Completed in 171 milliseconds