Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopPeel.h33 std::optional<bool> UserAllowPeeling,
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp874 std::optional<bool> UserAllowPeeling, in gatherPeelingPreferences() argument
899 if (UserAllowPeeling) in gatherPeelingPreferences()
900 PP.AllowPeeling = *UserAllowPeeling; in gatherPeelingPreferences()