Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h57 extern llvm::cl::opt<unsigned> IterativeBFIMaxIterationsPerBlock;
1435 const size_t MaxIterations = IterativeBFIMaxIterationsPerBlock * Freq.size();
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp53 cl::opt<unsigned> IterativeBFIMaxIterationsPerBlock( variable