Searched refs:IterativeBFIMaxIterationsPerBlock (Results 1 – 2 of 2) sorted by relevance
57 extern llvm::cl::opt<unsigned> IterativeBFIMaxIterationsPerBlock;1435 const size_t MaxIterations = IterativeBFIMaxIterationsPerBlock * Freq.size();
53 cl::opt<unsigned> IterativeBFIMaxIterationsPerBlock( variable