Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h114 std::optional<bool> UserAllowPartial, std::optional<bool> UserRuntime,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp188 std::optional<bool> UserAllowPartial, std::optional<bool> UserRuntime, in gatherUnrollingPreferences() argument
265 if (UserAllowPartial) in gatherUnrollingPreferences()
266 UP.Partial = *UserAllowPartial; in gatherUnrollingPreferences()