Searched refs:getThreadPool (Results 1 – 10 of 10) sorted by relevance
104 ThreadPool &getThreadPool() { in getThreadPool() function147 ThreadPool &Pool = getThreadPool(); in runOnEachFunction()204 ThreadPool &Pool = getThreadPool(); in runOnEachFunctionWithUniqueAllocId()
62 llvm::ThreadPool &getThreadPool() { return threadPool; } in getThreadPool() function in mlir::runtime::__anonc7b155b40111::AsyncRuntime399 runtime->getThreadPool().async([handle, resume]() { (*resume)(handle); }); in mlirAsyncRuntimeExecute()442 return getDefaultAsyncRuntime()->getThreadPool().getThreadCount(); in mlirAsyncRuntimGetNumWorkerThreads()
54 ThreadPool &getThreadPool();
161 llvm::ThreadPool &getThreadPool();
69 llvm::ThreadPool &threadPool = context->getThreadPool(); in failableParallelForEach()
160 threadPool = &threadPoolCtx.getThreadPool(); in MlirOptMain()
467 ThPool = &ParallelUtilities::getThreadPool(); in runOnFunctions()
544 llvm::ThreadPool &MLIRContext::getThreadPool() { in getThreadPool() function in MLIRContext
700 asyncExecutors.assign(context->getThreadPool().getThreadCount(), mgrs); in runOnOperationAsyncImpl()
337 ThreadPool &ThreadPool = ParallelUtilities::getThreadPool(); in updateDebugInfo()