Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopPeel.h30 Optional<bool> UserAllowProfileBasedPeeling,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp627 Optional<bool> UserAllowProfileBasedPeeling, bool UnrollingSpecficValues) { in gatherPeelingPreferences() argument
652 if (UserAllowProfileBasedPeeling.hasValue()) in gatherPeelingPreferences()
653 PP.PeelProfiledIterations = *UserAllowProfileBasedPeeling; in gatherPeelingPreferences()