Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp302 UP.PeelProfiledIterations = true; in computePeelCount()
357 UP.PeelProfiledIterations = false; in computePeelCount()
369 if (!UP.PeelProfiledIterations) in computePeelCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp208 UP.PeelProfiledIterations = true; in gatherUnrollingPreferences()
266 UP.PeelProfiledIterations = *UserAllowProfileBasedPeeling; in gatherUnrollingPreferences()
1170 (IsCountSetExplicitly || (UP.PeelProfiledIterations && UP.PeelCount))) in tryToUnrollLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h501 bool PeelProfiledIterations; member