Home
last modified time | relevance | path

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

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