Searched refs:AllowRuntime (Results 1 – 2 of 2) sorted by relevance
64 std::optional<bool> AllowRuntime; member94 AllowRuntime = Runtime; in setRuntime()
1660 UnrollOpts.AllowRuntime, UnrollOpts.AllowUpperBound, LocalAllowPeeling, in run()1691 if (UnrollOpts.AllowRuntime != std::nullopt) in printPipeline()1692 OS << (*UnrollOpts.AllowRuntime ? "" : "no-") << "runtime;"; in printPipeline()