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.h41 std::optional<bool> UserAllowProfileBasedPeeling,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp990 std::optional<bool> UserAllowProfileBasedPeeling, in gatherPeelingPreferences() argument
1017 if (UserAllowProfileBasedPeeling) in gatherPeelingPreferences()
1018 PP.PeelProfiledIterations = *UserAllowProfileBasedPeeling; in gatherPeelingPreferences()