Home
last modified time | relevance | path

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

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