Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h120 std::optional<bool> UserUpperBound,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp195 std::optional<bool> UserUpperBound, in gatherUnrollingPreferences() argument
275 if (UserUpperBound) in gatherUnrollingPreferences()
276 UP.UpperBound = *UserUpperBound; in gatherUnrollingPreferences()