Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp381 PP.PeelProfiledIterations = true; in computePeelCount()
442 PP.PeelProfiledIterations = false; in computePeelCount()
453 if (!PP.PeelProfiledIterations) in computePeelCount()
706 PP.PeelProfiledIterations = true; in gatherPeelingPreferences()
725 PP.PeelProfiledIterations = *UserAllowProfileBasedPeeling; in gatherPeelingPreferences()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1295 if (PP.PeelProfiledIterations) in tryToUnrollLoop()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h558 bool PeelProfiledIterations; member
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h593 PP.PeelProfiledIterations = true; in getPeelingPreferences()