Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnrollPass.cpp57 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0); in LoopUnroll()
74 bool UserThreshold; // CurrentThreshold is user-specified. member in __anon2155776e0111::LoopUnroll
143 if (!UserThreshold && in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp110 Loop *L, const TargetTransformInfo &TTI, Optional<unsigned> UserThreshold, in gatherUnrollingPreferences() argument
162 if (UserThreshold.hasValue()) { in gatherUnrollingPreferences()
163 UP.Threshold = *UserThreshold; in gatherUnrollingPreferences()
164 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h114 Optional<unsigned> UserThreshold, Optional<unsigned> UserCount,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp170 Optional<unsigned> UserThreshold, Optional<unsigned> UserCount, in gatherUnrollingPreferences() argument
234 if (UserThreshold.hasValue()) { in gatherUnrollingPreferences()
235 UP.Threshold = *UserThreshold; in gatherUnrollingPreferences()
236 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()