Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp125 UnrollAllowPartial("unroll-allow-partial", cl::Hidden, variable
242 if (UnrollAllowPartial.getNumOccurrences() > 0) in gatherUnrollingPreferences()
243 UP.Partial = UnrollAllowPartial; in gatherUnrollingPreferences()