Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h122 Optional<bool> UserAllowPartial, Optional<bool> UserRuntime,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp189 Optional<bool> UserAllowPartial, Optional<bool> UserRuntime, in gatherUnrollingPreferences() argument
262 if (UserAllowPartial.hasValue()) in gatherUnrollingPreferences()
263 UP.Partial = *UserAllowPartial; in gatherUnrollingPreferences()