Home | History | Annotate | Download | only in Utils

Lines Matching refs:Weights

130           // Collect branch weights into a vector.
131 SmallVector<uint32_t, 8> Weights;
136 Weights.push_back(CI->getValue().getZExtValue());
140 Weights[0] += Weights[idx+1];
142 std::swap(Weights[idx+1], Weights.back());
143 Weights.pop_back();
146 createBranchWeights(Weights));