Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h127 Optional<bool> UserUpperBound, Optional<bool> UserAllowPeeling);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp172 Optional<bool> UserUpperBound, Optional<bool> UserAllowPeeling) { in gatherUnrollingPreferences() argument
244 if (UserUpperBound.hasValue()) in gatherUnrollingPreferences()
245 UP.UpperBound = *UserUpperBound; in gatherUnrollingPreferences()