Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp103 static cl::opt<unsigned> UnrollMaxIterationsCountToAnalyze( variable
215 UP.MaxIterationsCountToAnalyze = UnrollMaxIterationsCountToAnalyze; in gatherUnrollingPreferences()
255 if (UnrollMaxIterationsCountToAnalyze.getNumOccurrences() > 0) in gatherUnrollingPreferences()
256 UP.MaxIterationsCountToAnalyze = UnrollMaxIterationsCountToAnalyze; in gatherUnrollingPreferences()