Home
last modified time | relevance | path

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

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