Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/Async/
H A DPasses.h38 std::unique_ptr<Pass> createAsyncRuntimeRefCountingPass();
H A DPasses.td71 let constructor = "mlir::createAsyncRuntimeRefCountingPass()";
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCounting.cpp559 std::unique_ptr<Pass> mlir::createAsyncRuntimeRefCountingPass() { in createAsyncRuntimeRefCountingPass() function in mlir