Home
last modified time | relevance | path

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

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