Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMLIRContext.h210 void enterMultiThreadedExecution();
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp552 void MLIRContext::enterMultiThreadedExecution() { in enterMultiThreadedExecution() function in MLIRContext
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPass.cpp812 context->enterMultiThreadedExecution(); in run()