Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp894 ParallelDiagnosticHandler::ParallelDiagnosticHandler(MLIRContext *ctx) in ParallelDiagnosticHandler() function in ParallelDiagnosticHandler
896 ParallelDiagnosticHandler::~ParallelDiagnosticHandler() {} in ~ParallelDiagnosticHandler()
899 void ParallelDiagnosticHandler::setOrderIDForThread(size_t orderID) { in setOrderIDForThread()
905 void ParallelDiagnosticHandler::eraseOrderIDForThread() { in eraseOrderIDForThread()
/external/llvm-project/mlir/include/mlir/IR/
DDiagnostics.h613 class ParallelDiagnosticHandler {
615 ParallelDiagnosticHandler(MLIRContext *ctx);
616 ~ParallelDiagnosticHandler();
/external/llvm-project/mlir/docs/
DDiagnostics.md372 The ParallelDiagnosticHandler is introduced to solve this problem.
389 ParallelDiagnosticHandler handler(context);
/external/llvm-project/mlir/lib/Transforms/
DInliner.cpp538 ParallelDiagnosticHandler canonicalizationHandler(context); in canonicalizeSCC()
/external/llvm-project/mlir/lib/Pass/
DPass.cpp547 ParallelDiagnosticHandler diagHandler(&getContext()); in runOnOperationAsyncImpl()