Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DParallelUtilities.cpp104 ThreadPool &getThreadPool() { in getThreadPool() function
147 ThreadPool &Pool = getThreadPool(); in runOnEachFunction()
204 ThreadPool &Pool = getThreadPool(); in runOnEachFunctionWithUniqueAllocId()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp62 llvm::ThreadPool &getThreadPool() { return threadPool; } in getThreadPool() function in mlir::runtime::__anonc7b155b40111::AsyncRuntime
399 runtime->getThreadPool().async([handle, resume]() { (*resume)(handle); }); in mlirAsyncRuntimeExecute()
442 return getDefaultAsyncRuntime()->getThreadPool().getThreadCount(); in mlirAsyncRuntimGetNumWorkerThreads()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DParallelUtilities.h54 ThreadPool &getThreadPool();
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMLIRContext.h161 llvm::ThreadPool &getThreadPool();
H A DThreading.h69 llvm::ThreadPool &threadPool = context->getThreadPool(); in failableParallelForEach()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp160 threadPool = &threadPoolCtx.getThreadPool(); in MlirOptMain()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp467 ThPool = &ParallelUtilities::getThreadPool(); in runOnFunctions()
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp544 llvm::ThreadPool &MLIRContext::getThreadPool() { in getThreadPool() function in MLIRContext
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPass.cpp700 asyncExecutors.assign(context->getThreadPool().getThreadCount(), mgrs); in runOnOperationAsyncImpl()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp337 ThreadPool &ThreadPool = ParallelUtilities::getThreadPool(); in updateDebugInfo()