MLIR 22.0.0git
ControlFlowToLLVM.cpp File Reference

Go to the source code of this file.

Classes

class  mlir::impl::ConvertControlFlowToLLVMPassBase< DerivedT >

Namespaces

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

Macros

#define GEN_PASS_DEF_CONVERTCONTROLFLOWTOLLVMPASS
#define PASS_NAME   "convert-cf-to-llvm"

Functions

std::unique_ptr<::mlir::Passmlir::impl::createConvertControlFlowToLLVMPass ()
std::unique_ptr<::mlir::Passmlir::impl::createConvertControlFlowToLLVMPass (ConvertControlFlowToLLVMPassOptions options)
std::unique_ptr<::mlir::Passmlir::createConvertControlFlowToLLVMPass ()
std::unique_ptr<::mlir::Passmlir::createConvertControlFlowToLLVMPass (ConvertControlFlowToLLVMPassOptions options)

Macro Definition Documentation

◆ GEN_PASS_DEF_CONVERTCONTROLFLOWTOLLVMPASS

#define GEN_PASS_DEF_CONVERTCONTROLFLOWTOLLVMPASS

Definition at line 29 of file ControlFlowToLLVM.cpp.

◆ PASS_NAME

#define PASS_NAME   "convert-cf-to-llvm"

Definition at line 35 of file ControlFlowToLLVM.cpp.