Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopPeel.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-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopUnrollPass.cpp1319 if (PP.PeelProfiledIterations) in tryToUnrollLoop()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h659 bool PeelProfiledIterations; member
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h665 PP.PeelProfiledIterations = true; in getPeelingPreferences()