Searched refs:AllowRuntime (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopUnrollPass.h | 55 Optional<bool> AllowRuntime; member 76 AllowRuntime = Runtime; in setRuntime()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | UnrollLoop.h | 67 bool Force, bool AllowRuntime,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnroll.cpp | 336 Loop *L, unsigned Count, unsigned TripCount, bool Force, bool AllowRuntime, in UnrollLoop() argument 432 bool RuntimeTripCount = (TripCount == 0 && Count > 0 && AllowRuntime); in UnrollLoop()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 1393 /*Threshold*/ None, UnrollOpts.AllowPartial, UnrollOpts.AllowRuntime, in run()
|