Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DMLIRContext.h156 void enterMultiThreadedExecution();
/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp514 void MLIRContext::enterMultiThreadedExecution() { in enterMultiThreadedExecution() function in MLIRContext
/external/llvm-project/mlir/lib/Pass/
DPass.cpp806 context->enterMultiThreadedExecution(); in run()