MLIR 22.0.0git
AsyncRuntimeRefCountingOpt.cpp File Reference
#include "mlir/Dialect/Async/Passes.h"
#include "mlir/Dialect/Async/IR/Async.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "llvm/Support/Debug.h"
#include "mlir/Dialect/Async/Passes.h.inc"

Go to the source code of this file.

Classes

class  mlir::impl::AsyncRuntimeRefCountingOptPassBase< DerivedT >

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::impl
 Attribute collections provide a dictionary-like interface.

Macros

#define GEN_PASS_DEF_ASYNCRUNTIMEREFCOUNTINGOPTPASS
#define DEBUG_TYPE   "async-ref-counting"

Functions

std::unique_ptr<::mlir::Passmlir::impl::createAsyncRuntimeRefCountingOptPass ()
std::unique_ptr<::mlir::Passmlir::createAsyncRuntimeRefCountingOptPass ()

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "async-ref-counting"

Definition at line 24 of file AsyncRuntimeRefCountingOpt.cpp.

◆ GEN_PASS_DEF_ASYNCRUNTIMEREFCOUNTINGOPTPASS

#define GEN_PASS_DEF_ASYNCRUNTIMEREFCOUNTINGOPTPASS

Definition at line 20 of file AsyncRuntimeRefCountingOpt.cpp.