Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopPeel.h34 std::optional<bool> UserAllowProfileBasedPeeling,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp875 std::optional<bool> UserAllowProfileBasedPeeling, in gatherPeelingPreferences() argument
901 if (UserAllowProfileBasedPeeling) in gatherPeelingPreferences()
902 PP.PeelProfiledIterations = *UserAllowProfileBasedPeeling; in gatherPeelingPreferences()