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.cpp630 PP.PeelProfiledIterations = true; in computePeelCount()
685 PP.PeelProfiledIterations = false; in computePeelCount()
701 PP.PeelProfiledIterations = false; in computePeelCount()
713 if (!PP.PeelProfiledIterations) in computePeelCount()
999 PP.PeelProfiledIterations = true; in gatherPeelingPreferences()
1018 PP.PeelProfiledIterations = *UserAllowProfileBasedPeeling; in gatherPeelingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h688 bool PeelProfiledIterations; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1321 if (PP.PeelProfiledIterations) in tryToUnrollLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h763 PP.PeelProfiledIterations = true; in getPeelingPreferences()