Home
last modified time | relevance | path

Searched refs:IterativeBFIPrecision (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h59 extern llvm::cl::opt<double> IterativeBFIPrecision;
1423 assert(0.0 < IterativeBFIPrecision && IterativeBFIPrecision < 1.0 &&
1427 Scaled64::getInverse(static_cast<uint64_t>(1.0 / IterativeBFIPrecision));
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp59 cl::opt<double> IterativeBFIPrecision( variable