Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp563 PP.PeelProfiledIterations = true; in computePeelCount()
617 PP.PeelProfiledIterations = false; in computePeelCount()
628 if (!PP.PeelProfiledIterations) in computePeelCount()
883 PP.PeelProfiledIterations = true; in gatherPeelingPreferences()
902 PP.PeelProfiledIterations = *UserAllowProfileBasedPeeling; in gatherPeelingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1319 if (PP.PeelProfiledIterations) in tryToUnrollLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h659 bool PeelProfiledIterations; member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h665 PP.PeelProfiledIterations = true; in getPeelingPreferences()