Home
last modified time | relevance | path

Searched refs:UserThreshold (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.h133 Optional<unsigned> UserThreshold, Optional<unsigned> UserCount,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp180 Optional<unsigned> UserThreshold, Optional<unsigned> UserCount, in gatherUnrollingPreferences() argument
251 if (UserThreshold.hasValue()) { in gatherUnrollingPreferences()
252 UP.Threshold = *UserThreshold; in gatherUnrollingPreferences()
253 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()