Home
last modified time | relevance | path

Searched refs:AllowRuntime (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h64 Optional<bool> AllowRuntime; member
94 AllowRuntime = Runtime; in setRuntime()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1620 /*Threshold*/ None, UnrollOpts.AllowPartial, UnrollOpts.AllowRuntime, in run()
1651 if (UnrollOpts.AllowRuntime != None) in printPipeline()
1652 OS << (UnrollOpts.AllowRuntime.value() ? "" : "no-") << "runtime;"; in printPipeline()