Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp158 MLIRContext threadPoolCtx; in MlirOptMain() local
159 if (threadPoolCtx.isMultithreadingEnabled()) in MlirOptMain()
160 threadPool = &threadPoolCtx.getThreadPool(); in MlirOptMain()