Home
last modified time | relevance | path

Searched refs:UserRuntime (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h115 Optional<bool> UserAllowPartial, Optional<bool> UserRuntime,
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp112 Optional<bool> UserRuntime) { in gatherUnrollingPreferences() argument
170 if (UserRuntime.hasValue()) in gatherUnrollingPreferences()
171 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp171 Optional<bool> UserAllowPartial, Optional<bool> UserRuntime, in gatherUnrollingPreferences() argument
242 if (UserRuntime.hasValue()) in gatherUnrollingPreferences()
243 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()