Home
last modified time | relevance | path

Searched refs:orderID (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp831 void setOrderIDForThread(size_t orderID) { in setOrderIDForThread()
834 threadToOrderID[tid] = orderID; in setOrderIDForThread()
899 void ParallelDiagnosticHandler::setOrderIDForThread(size_t orderID) { in setOrderIDForThread() argument
900 impl->setOrderIDForThread(orderID); in setOrderIDForThread()
/external/llvm-project/mlir/docs/
DDiagnostics.md376 'orderID'. The orderID corresponds to the order in which diagnostics would be
380 with the 'orderID'. The thread that is processing 'a' should set the orderID to
/external/llvm-project/mlir/include/mlir/IR/
DDiagnostics.h629 void setOrderIDForThread(size_t orderID);