Searched refs:ParallelDiagnosticHandler (Results 1 – 4 of 4) sorted by relevance
1029 ParallelDiagnosticHandler::ParallelDiagnosticHandler(MLIRContext *ctx) in ParallelDiagnosticHandler() function in ParallelDiagnosticHandler1031 ParallelDiagnosticHandler::~ParallelDiagnosticHandler() = default;1034 void ParallelDiagnosticHandler::setOrderIDForThread(size_t orderID) { in setOrderIDForThread()1040 void ParallelDiagnosticHandler::eraseOrderIDForThread() { in eraseOrderIDForThread()
651 class ParallelDiagnosticHandler {653 ParallelDiagnosticHandler(MLIRContext *ctx);654 ~ParallelDiagnosticHandler();
53 ParallelDiagnosticHandler handler(context); in failableParallelForEach()
373 The ParallelDiagnosticHandler is introduced to solve this problem.390 ParallelDiagnosticHandler handler(context);