Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCountingOpt.cpp27 class AsyncRuntimeRefCountingOptPass class
28 : public AsyncRuntimeRefCountingOptBase<AsyncRuntimeRefCountingOptPass> {
30 AsyncRuntimeRefCountingOptPass() = default;
40 LogicalResult AsyncRuntimeRefCountingOptPass::optimizeReferenceCounting( in optimizeReferenceCounting()
181 void AsyncRuntimeRefCountingOptPass::runOnOperation() { in runOnOperation()
229 return std::make_unique<AsyncRuntimeRefCountingOptPass>(); in createAsyncRuntimeRefCountingOptPass()