Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp82 UnrollThreshold("unroll-threshold", cl::Hidden, variable
232 if (UnrollThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
233 UP.Threshold = UnrollThreshold; in gatherUnrollingPreferences()