Home
last modified time | relevance | path

Searched refs:UserUpperBound (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
244 if (UserUpperBound.hasValue()) in gatherUnrollingPreferences()
245 UP.UpperBound = *UserUpperBound; in gatherUnrollingPreferences()