Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h116 Optional<bool> UserUpperBound, Optional<bool> UserAllowPeeling);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp172 Optional<bool> UserUpperBound, Optional<bool> UserAllowPeeling) { in gatherUnrollingPreferences() argument
246 if (UserAllowPeeling.hasValue()) in gatherUnrollingPreferences()
247 UP.AllowPeeling = *UserAllowPeeling; in gatherUnrollingPreferences()