Searched refs:AsyncParallelForPass (Results 1 – 1 of 1) sorted by relevance
96 struct AsyncParallelForPass struct97 : public AsyncParallelForBase<AsyncParallelForPass> {98 AsyncParallelForPass() = default;100 AsyncParallelForPass(bool asyncDispatch, int32_t numWorkerThreads, in AsyncParallelForPass() argument925 void AsyncParallelForPass::runOnOperation() { in runOnOperation()939 return std::make_unique<AsyncParallelForPass>(); in createAsyncParallelForPass()945 return std::make_unique<AsyncParallelForPass>(asyncDispatch, numWorkerThreads, in createAsyncParallelForPass()