Home
last modified time | relevance | path

Searched refs:UserRuntime (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
242 if (UserRuntime.hasValue()) in gatherUnrollingPreferences()
243 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()