Searched refs:RealWeights (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | MisExpect.cpp | 123 void verifyMisExpect(Instruction &I, ArrayRef<uint32_t> RealWeights, in verifyMisExpect() argument 144 const uint64_t ProfiledWeight = RealWeights[MaxIndex]; in verifyMisExpect() 146 std::accumulate(RealWeights.begin(), RealWeights.end(), (uint64_t)0, in verifyMisExpect() 148 const uint64_t NumUnlikelyTargets = RealWeights.size() - 1; in verifyMisExpect() 187 const ArrayRef<uint32_t> RealWeights) { in checkBackendInstrumentation() argument 191 verifyMisExpect(I, RealWeights, ExpectedWeights); in checkBackendInstrumentation() 196 SmallVector<uint32_t> RealWeights; in checkFrontendInstrumentation() local 197 if (!extractBranchWeights(I, RealWeights)) in checkFrontendInstrumentation() 199 verifyMisExpect(I, RealWeights, ExpectedWeights); in checkFrontendInstrumentation()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| D | MisExpect.h | 38 const llvm::ArrayRef<uint32_t> RealWeights); 61 void verifyMisExpect(Instruction &I, ArrayRef<uint32_t> RealWeights,
|