Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopPeel.h33 std::optional<bool> UserAllowPeeling,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp834 std::optional<bool> UserAllowPeeling, in gatherPeelingPreferences() argument
859 if (UserAllowPeeling) in gatherPeelingPreferences()
860 PP.AllowPeeling = *UserAllowPeeling; in gatherPeelingPreferences()