Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncRefCounting.cpp104 LogicalResult addAutomaticRefCounting(Value value);
109 LogicalResult AsyncRefCountingPass::addAutomaticRefCounting(Value value) { in addAutomaticRefCounting() function in AsyncRefCountingPass
299 if (failed(addAutomaticRefCounting(arg))) in runOnFunction()
312 if (failed(addAutomaticRefCounting(op->getResult(i)))) in runOnFunction()