Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h58 extern llvm::cl::opt<unsigned> IterativeBFIMaxIterationsPerBlock;
1431 const size_t MaxIterations = IterativeBFIMaxIterationsPerBlock * Freq.size();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp54 cl::opt<unsigned> IterativeBFIMaxIterationsPerBlock( variable