Lines Matching defs:RealWeights
124 void verifyMisExpect(Instruction &I, ArrayRef<uint32_t> RealWeights,
145 const uint64_t ProfiledWeight = RealWeights[MaxIndex];
147 std::accumulate(RealWeights.begin(), RealWeights.end(), (uint64_t)0,
149 const uint64_t NumUnlikelyTargets = RealWeights.size() - 1;
182 const ArrayRef<uint32_t> RealWeights) {
193 verifyMisExpect(I, RealWeights, ExpectedWeights);
198 SmallVector<uint32_t> RealWeights;
199 if (!extractBranchWeights(I, RealWeights))
201 verifyMisExpect(I, RealWeights, ExpectedWeights);