Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp145 static cl::opt<unsigned> LimitMaxIterations( variable
4529 MaxIterations = std::min(MaxIterations, LimitMaxIterations.getValue()); in combineInstructionsOverFunction()
4584 InstCombinePass::InstCombinePass() : MaxIterations(LimitMaxIterations) {} in InstCombinePass()