Home
last modified time | relevance | path

Searched refs:UserAllowProfileBasedPeeling (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h136 Optional<bool> UserAllowProfileBasedPeeling,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp183 Optional<bool> UserAllowProfileBasedPeeling, in gatherUnrollingPreferences() argument
265 if (UserAllowProfileBasedPeeling.hasValue()) in gatherUnrollingPreferences()
266 UP.PeelProfiledIterations = *UserAllowProfileBasedPeeling; in gatherUnrollingPreferences()