Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCounting.cpp145 LogicalResult addAutomaticRefCounting(Value value);
432 AsyncRuntimeRefCountingPass::addAutomaticRefCounting(Value value) { in addAutomaticRefCounting() function in AsyncRuntimeRefCountingPass
453 auto functor = [&](Value value) { return addAutomaticRefCounting(value); }; in runOnOperation()