Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncRefCounting.cpp30 class AsyncRefCountingPass : public AsyncRefCountingBase<AsyncRefCountingPass> { class
32 AsyncRefCountingPass() = default;
109 LogicalResult AsyncRefCountingPass::addAutomaticRefCounting(Value value) { in addAutomaticRefCounting()
280 void AsyncRefCountingPass::runOnFunction() { in runOnFunction()
323 return std::make_unique<AsyncRefCountingPass>(); in createAsyncRefCountingPass()
/external/llvm-project/mlir/include/mlir/Dialect/Async/IR/
DAsyncOps.td254 // See `AsyncRefCountingPass` documentation for the implementation details.