Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h62 Optional<bool> AllowPartial; member
88 AllowPartial = Partial; in setPartial()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1235 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 DScalar.h190 int Count = -1, int AllowPartial = -1,