Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h62 Optional<bool> AllowPartial; member
88 AllowPartial = Partial; in setPartial()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1381 Optional<bool> AllowPartial = None, Optional<bool> Runtime = None, in LoopUnroll() argument
1388 ProvidedThreshold(Threshold), ProvidedAllowPartial(AllowPartial), in LoopUnroll()
1450 int AllowPartial, int Runtime, int UpperBound, in INITIALIZE_PASS_DEPENDENCY()
1459 AllowPartial == -1 ? None : Optional<bool>(AllowPartial), in INITIALIZE_PASS_DEPENDENCY()
1620 /*Threshold*/ None, UnrollOpts.AllowPartial, UnrollOpts.AllowRuntime, in run()
1647 if (UnrollOpts.AllowPartial != None) in printPipeline()
1648 OS << (UnrollOpts.AllowPartial.value() ? "" : "no-") << "partial;"; in printPipeline()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/
H A DScalar.h184 int Count = -1, int AllowPartial = -1,