Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopPeel.h29 Optional<bool> UserAllowPeeling,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp626 Optional<bool> UserAllowPeeling, in gatherPeelingPreferences() argument
650 if (UserAllowPeeling.hasValue()) in gatherPeelingPreferences()
651 PP.AllowPeeling = *UserAllowPeeling; in gatherPeelingPreferences()