Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncRefCountingOptimization.cpp33 LogicalResult optimizeReferenceCounting(Value value);
39 AsyncRefCountingOptimizationPass::optimizeReferenceCounting(Value value) { in optimizeReferenceCounting() function in AsyncRefCountingOptimizationPass
192 if (failed(optimizeReferenceCounting(arg))) in runOnFunction()
205 if (failed(optimizeReferenceCounting(op->getResult(i)))) in runOnFunction()