Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCounting.cpp158 LogicalResult addDropRefAfterLastUse(Value value);
226 LogicalResult AsyncRuntimeRefCountingPass::addDropRefAfterLastUse(Value value) { in addDropRefAfterLastUse() function in AsyncRuntimeRefCountingPass
438 if (failed(addDropRefAfterLastUse(value))) in addAutomaticRefCounting()