Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp132 static cl::opt<unsigned> MaxRecurrenceChain( variable
1575 if (RC.size() >= MaxRecurrenceChain) in findTargetRecurrence()