Lines Matching defs:RealWeights
122 void verifyMisExpect(Instruction &I, ArrayRef<uint32_t> RealWeights,
143 const uint64_t ProfiledWeight = RealWeights[MaxIndex];
145 std::accumulate(RealWeights.begin(), RealWeights.end(), (uint64_t)0,
147 const uint64_t NumUnlikelyTargets = RealWeights.size() - 1;
180 const ArrayRef<uint32_t> RealWeights) {
191 verifyMisExpect(I, RealWeights, ExpectedWeights);
196 SmallVector<uint32_t> RealWeights;
197 if (!extractBranchWeights(I, RealWeights))
199 verifyMisExpect(I, RealWeights, ExpectedWeights);