Home
last modified time | relevance | path

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

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