|
LLVM
8.0.1
|
#include "llvm/Support/BranchProbability.h"#include "llvm/Config/llvm-config.h"#include "llvm/Support/Debug.h"#include "llvm/Support/Format.h"#include "llvm/Support/raw_ostream.h"#include <cassert>
Go to the source code of this file.
Functions | |
| template<uint32_t ConstD> | |
| static uint64_t | scale (uint64_t Num, uint32_t N, uint32_t D) |
Definition at line 69 of file BranchProbability.cpp.
References assert(), and UINT64_MAX.
Referenced by llvm::IntelExpr::IntelExpr(), llvm::InstrProfRecord::operator=(), llvm::ScaledNumber< uint64_t >::operator>>=(), llvm::ARMInstPrinter::printAdrLabelOperand(), llvm::ScaledNumber< uint64_t >::scale(), and llvm::InstrProfValueSiteRecord::sortByTargetValues().
1.8.13