Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Weights

31 // annotates the branch weights. It also reads the indirect call value
470 // Set the branch weights based on the count values.
712 DEBUG(dbgs() << "\nSetting branch weights.\n");
742 SmallVector<unsigned, 4> Weights;
744 Weights.push_back(scaleBranchCount(ECI, Scale));
747 MDB.createBranchWeights(Weights));
749 for (const auto &W : Weights) { dbgs() << W << " "; }