Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h53 Optional<bool> AllowPartial; member
70 AllowPartial = Partial; in setPartial()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1145 Optional<bool> AllowPartial = None, Optional<bool> Runtime = None, in LoopUnroll() argument
1150 ProvidedAllowPartial(AllowPartial), ProvidedRuntime(Runtime), in LoopUnroll()
1206 int Threshold, int Count, int AllowPartial, in INITIALIZE_PASS_DEPENDENCY()
1216 AllowPartial == -1 ? None : Optional<bool>(AllowPartial), in INITIALIZE_PASS_DEPENDENCY()
1393 /*Threshold*/ None, UnrollOpts.AllowPartial, UnrollOpts.AllowRuntime, in run()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DScalar.h188 int AllowPartial = -1, int Runtime = -1,