Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp90 static cl::opt<unsigned> UnrollPartialThreshold( variable
235 if (UnrollPartialThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
236 UP.PartialThreshold = UnrollPartialThreshold; in gatherUnrollingPreferences()