Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopPeel.h34 std::optional<bool> UserAllowProfileBasedPeeling,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp814 std::optional<bool> UserAllowProfileBasedPeeling, in gatherPeelingPreferences() argument
840 if (UserAllowProfileBasedPeeling) in gatherPeelingPreferences()
841 PP.PeelProfiledIterations = *UserAllowProfileBasedPeeling; in gatherPeelingPreferences()