Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp185 if (auto clOptLevel = getCommandLineOptLevel(options)) in compileAndExecute() local
186 jitCodeGenOptLevel = static_cast<llvm::CodeGenOptLevel>(*clOptLevel); in compileAndExecute()