My Project
Public Member Functions | List of all members
mlir::PassPipelineInfo Class Reference

A structure to represent the information of a registered pass pipeline. More...

#include <PassRegistry.h>

Inheritance diagram for mlir::PassPipelineInfo:
Inheritance graph
[legend]
Collaboration diagram for mlir::PassPipelineInfo:
Collaboration graph
[legend]

Public Member Functions

 PassPipelineInfo (StringRef arg, StringRef description, const PassRegistryFunction &builder)
 
- Public Member Functions inherited from mlir::PassRegistryEntry
LogicalResult addToPipeline (OpPassManager &pm, StringRef options) const
 
StringRef getPassArgument () const
 
StringRef getPassDescription () const
 Returns a description for the pass, this never returns null. More...
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::PassRegistryEntry
 PassRegistryEntry (StringRef arg, StringRef description, const PassRegistryFunction &builder)
 

Detailed Description

A structure to represent the information of a registered pass pipeline.

Constructor & Destructor Documentation

◆ PassPipelineInfo()

mlir::PassPipelineInfo::PassPipelineInfo ( StringRef  arg,
StringRef  description,
const PassRegistryFunction builder 
)
inline

The documentation for this class was generated from the following file: