Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp497 PP.PeelProfiledIterations = true; in computePeelCount()
551 PP.PeelProfiledIterations = false; in computePeelCount()
562 if (!PP.PeelProfiledIterations) in computePeelCount()
822 PP.PeelProfiledIterations = true; in gatherPeelingPreferences()
841 PP.PeelProfiledIterations = *UserAllowProfileBasedPeeling; in gatherPeelingPreferences()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1300 if (PP.PeelProfiledIterations) in tryToUnrollLoop()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h541 bool PeelProfiledIterations; member
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h615 PP.PeelProfiledIterations = true; in getPeelingPreferences()