Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp126 UnrollAllowPartial("unroll-allow-partial", cl::Hidden, variable
251 if (UnrollAllowPartial.getNumOccurrences() > 0) in gatherUnrollingPreferences()
252 UP.Partial = UnrollAllowPartial; in gatherUnrollingPreferences()