Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h55 Optional<bool> AllowRuntime; member
76 AllowRuntime = Runtime; in setRuntime()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h67 bool Force, bool AllowRuntime,
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp336 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 DLoopUnrollPass.cpp1393 /*Threshold*/ None, UnrollOpts.AllowPartial, UnrollOpts.AllowRuntime, in run()