Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h134 Optional<bool> UserAllowPartial, Optional<bool> UserRuntime,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp181 Optional<bool> UserAllowPartial, Optional<bool> UserRuntime, in gatherUnrollingPreferences() argument
259 if (UserRuntime.hasValue()) in gatherUnrollingPreferences()
260 UP.Runtime = *UserRuntime; in gatherUnrollingPreferences()