MLIR  19.0.0git
Namespaces | Macros | Functions
Passes.h File Reference
#include "mlir/Pass/Pass.h"
#include "mlir/Dialect/Async/Passes.h.inc"

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 

Macros

#define GEN_PASS_DECL
 
#define GEN_PASS_REGISTRATION
 Generate the code for registering passes. More...
 

Functions

std::unique_ptr< Passmlir::createAsyncParallelForPass ()
 
std::unique_ptr< Passmlir::createAsyncParallelForPass (bool asyncDispatch, int32_t numWorkerThreads, int32_t minTaskSize)
 
void mlir::populateAsyncFuncToAsyncRuntimeConversionPatterns (RewritePatternSet &patterns, ConversionTarget &target)
 
std::unique_ptr< OperationPass< ModuleOp > > mlir::createAsyncFuncToAsyncRuntimePass ()
 
std::unique_ptr< OperationPass< ModuleOp > > mlir::createAsyncToAsyncRuntimePass ()
 
std::unique_ptr< Passmlir::createAsyncRuntimeRefCountingPass ()
 
std::unique_ptr< Passmlir::createAsyncRuntimeRefCountingOptPass ()
 
std::unique_ptr< Passmlir::createAsyncRuntimePolicyBasedRefCountingPass ()
 

Macro Definition Documentation

◆ GEN_PASS_DECL

#define GEN_PASS_DECL

Definition at line 22 of file Passes.h.

◆ GEN_PASS_REGISTRATION

#define GEN_PASS_REGISTRATION

Generate the code for registering passes.

Definition at line 49 of file Passes.h.