Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp134 static Optional<unsigned> getCommandLineOptLevel(Options &options) { in getCommandLineOptLevel() function
155 if (auto clOptLevel = getCommandLineOptLevel(options)) in compileAndExecute()
335 Optional<unsigned> optLevel = getCommandLineOptLevel(options); in JitRunnerMain()