|
My Project
|
A structure to represent the information of a registered pass pipeline. More...
#include <PassRegistry.h>


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) | |
A structure to represent the information of a registered pass pipeline.
|
inline |
1.8.13