Home
last modified time | relevance | path

Searched refs:UserAllowPartial (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
257 if (UserAllowPartial.hasValue()) in gatherUnrollingPreferences()
258 UP.Partial = *UserAllowPartial; in gatherUnrollingPreferences()