Home | History | Annotate | Download | only in Utils

Lines Matching defs:Weights

149           // Collect branch weights into a vector.
150 SmallVector<uint32_t, 8> Weights;
154 Weights.push_back(CI->getValue().getZExtValue());
158 Weights[0] += Weights[idx+1];
160 std::swap(Weights[idx+1], Weights.back());
161 Weights.pop_back();
164 createBranchWeights(Weights));