Home
last modified time | relevance | path

Searched refs:ParallelDiagnosticHandler (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp1029 ParallelDiagnosticHandler::ParallelDiagnosticHandler(MLIRContext *ctx) in ParallelDiagnosticHandler() function in ParallelDiagnosticHandler
1031 ParallelDiagnosticHandler::~ParallelDiagnosticHandler() = default;
1034 void ParallelDiagnosticHandler::setOrderIDForThread(size_t orderID) { in setOrderIDForThread()
1040 void ParallelDiagnosticHandler::eraseOrderIDForThread() { in eraseOrderIDForThread()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDiagnostics.h651 class ParallelDiagnosticHandler {
653 ParallelDiagnosticHandler(MLIRContext *ctx);
654 ~ParallelDiagnosticHandler();
H A DThreading.h53 ParallelDiagnosticHandler handler(context); in failableParallelForEach()
/llvm-project-15.0.7/mlir/docs/
H A DDiagnostics.md373 The ParallelDiagnosticHandler is introduced to solve this problem.
390 ParallelDiagnosticHandler handler(context);