Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h125 std::optional<bool> UserAllowPartial, std::optional<bool> UserRuntime,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp188 std::optional<bool> UserAllowPartial, std::optional<bool> UserRuntime, in gatherUnrollingPreferences() argument
262 if (UserAllowPartial) in gatherUnrollingPreferences()
263 UP.Partial = *UserAllowPartial; in gatherUnrollingPreferences()