Searched refs:asyncExecutors (Results 1 – 2 of 2) sorted by relevance
55 return asyncExecutors; in getParallelPassManagers()89 SmallVector<SmallVector<OpPassManager, 1>, 8> asyncExecutors; variable
757 if (asyncExecutors.empty() || hasSizeMismatch(asyncExecutors.front(), mgrs)) in runOnOperationAsyncImpl() 758 asyncExecutors.assign(context->getThreadPool().getMaxConcurrency(), mgrs); in runOnOperationAsyncImpl() 800 std::vector<std::atomic<bool>> activePMs(asyncExecutors.size()); in runOnOperationAsyncImpl() 812 OpPassManager &pm = asyncExecutors[pmIndex][opInfo.passManagerIdx]; in runOnOperationAsyncImpl()