Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Async/
H A DPasses.h31 std::unique_ptr<Pass> createAsyncRuntimeRefCountingOptPass();
H A DPasses.td77 let constructor = "mlir::createAsyncRuntimeRefCountingOptPass()";
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCountingOpt.cpp228 std::unique_ptr<Pass> mlir::createAsyncRuntimeRefCountingOptPass() { in createAsyncRuntimeRefCountingOptPass() function in mlir