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