Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp155 if (auto clOptLevel = getCommandLineOptLevel(options)) in compileAndExecute() local
156 jitCodeGenOptLevel = static_cast<llvm::CodeGenOpt::Level>(*clOptLevel); in compileAndExecute()