Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h58 extern llvm::cl::opt<double> IterativeBFIPrecision;
1430 assert(0.0 < IterativeBFIPrecision && IterativeBFIPrecision < 1.0 &&
1434 Scaled64::getInverse(static_cast<uint64_t>(1.0 / IterativeBFIPrecision));
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp58 cl::opt<double> IterativeBFIPrecision( variable