Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopPeel.h29 Optional<bool> UserAllowPeeling,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp698 Optional<bool> UserAllowPeeling, in gatherPeelingPreferences() argument
722 if (UserAllowPeeling) in gatherPeelingPreferences()
723 PP.AllowPeeling = *UserAllowPeeling; in gatherPeelingPreferences()