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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp620 bool HasWeight = MD && (MD->getNumOperands() == 2 + SI->getNumCases()); local
621 if (HasWeight)
631 if (HasWeight) {
639 if (HasWeight && Weights.size() >= 2)
3179 bool HasWeight = HasBranchWeights(SI); local
3180 if (HasWeight) {
3182 HasWeight = (Weights.size() == 1 + SI->getNumCases());
3190 if (HasWeight) {
3199 if (HasWeight) {

Completed in 246 milliseconds