Home
last modified time | relevance | path

Searched refs:PeelProfiledIterations (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp317 PP.PeelProfiledIterations = true; in computePeelCount()
372 PP.PeelProfiledIterations = false; in computePeelCount()
384 if (!PP.PeelProfiledIterations) in computePeelCount()
634 PP.PeelProfiledIterations = true; in gatherPeelingPreferences()
653 PP.PeelProfiledIterations = *UserAllowProfileBasedPeeling; in gatherPeelingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1199 (IsCountSetExplicitly || (PP.PeelProfiledIterations && PP.PeelCount))) in tryToUnrollLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h542 bool PeelProfiledIterations; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h553 PP.PeelProfiledIterations = true; in getPeelingPreferences()