Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopPeel.h30 Optional<bool> UserAllowProfileBasedPeeling,
/freebsd-13.1/contrib/llvm-project/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()