Searched refs:AllowPartial (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
H A D | LoopUnrollPass.h | 62 Optional<bool> AllowPartial; member 88 AllowPartial = Partial; in setPartial()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 1235 Optional<bool> AllowPartial = None, Optional<bool> Runtime = None, in LoopUnroll() argument 1242 ProvidedThreshold(Threshold), ProvidedAllowPartial(AllowPartial), in LoopUnroll() 1304 int AllowPartial, int Runtime, int UpperBound, in INITIALIZE_PASS_DEPENDENCY() 1313 AllowPartial == -1 ? None : Optional<bool>(AllowPartial), in INITIALIZE_PASS_DEPENDENCY() 1470 /*Threshold*/ None, UnrollOpts.AllowPartial, UnrollOpts.AllowRuntime, in run()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/ |
H A D | Scalar.h | 190 int Count = -1, int AllowPartial = -1,
|