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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp709 bool HasWeight = MD && (MD->getNumOperands() == 2 + SI->getNumCases()); local
710 if (HasWeight)
719 if (HasWeight) {
727 if (HasWeight && Weights.size() >= 2)
3704 bool HasWeight = HasBranchWeights(SI); local
3705 if (HasWeight) {
3707 HasWeight = (Weights.size() == 1 + SI->getNumCases());
3715 if (HasWeight) {
3724 if (HasWeight && Weights.size() >= 2) {

Completed in 40 milliseconds