Home
last modified time | relevance | path

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

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