Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h126 Optional<bool> UserAllowPartial, Optional<bool> UserRuntime,
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp171 Optional<bool> UserAllowPartial, Optional<bool> UserRuntime, in gatherUnrollingPreferences() argument
240 if (UserAllowPartial.hasValue()) in gatherUnrollingPreferences()
241 UP.Partial = *UserAllowPartial; in gatherUnrollingPreferences()