Home
last modified time | relevance | path

Searched refs:UserAllowPeeling (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.h135 Optional<bool> UserUpperBound, Optional<bool> UserAllowPeeling,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp182 Optional<bool> UserUpperBound, Optional<bool> UserAllowPeeling, in gatherUnrollingPreferences() argument
263 if (UserAllowPeeling.hasValue()) in gatherUnrollingPreferences()
264 UP.AllowPeeling = *UserAllowPeeling; in gatherUnrollingPreferences()