Home
last modified time | relevance | path

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