Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h115 Optional<bool> UserAllowPartial, Optional<bool> UserRuntime,
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp111 Optional<unsigned> UserCount, Optional<bool> UserAllowPartial, in gatherUnrollingPreferences() argument
168 if (UserAllowPartial.hasValue()) in gatherUnrollingPreferences()
169 UP.Partial = *UserAllowPartial; in gatherUnrollingPreferences()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp171 Optional<bool> UserAllowPartial, Optional<bool> UserRuntime, in gatherUnrollingPreferences() argument
240 if (UserAllowPartial.hasValue()) in gatherUnrollingPreferences()
241 UP.Partial = *UserAllowPartial; in gatherUnrollingPreferences()