Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp523 PP.PeelProfiledIterations = true; in computePeelCount()
577 PP.PeelProfiledIterations = false; in computePeelCount()
588 if (!PP.PeelProfiledIterations) in computePeelCount()
843 PP.PeelProfiledIterations = true; in gatherPeelingPreferences()
862 PP.PeelProfiledIterations = *UserAllowProfileBasedPeeling; in gatherPeelingPreferences()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1277 if (PP.PeelProfiledIterations) in tryToUnrollLoop()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h649 bool PeelProfiledIterations; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h652 PP.PeelProfiledIterations = true; in getPeelingPreferences()