Home
last modified time | relevance | path

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

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