Home
last modified time | relevance | path

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

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