Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h113 std::optional<unsigned> UserThreshold, std::optional<unsigned> UserCount,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp187 std::optional<unsigned> UserThreshold, std::optional<unsigned> UserCount, in gatherUnrollingPreferences() argument
259 if (UserThreshold) { in gatherUnrollingPreferences()
260 UP.Threshold = *UserThreshold; in gatherUnrollingPreferences()
261 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()