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) | |
![]() | |
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 | |
![]() | |
PassRegistryEntry (StringRef arg, StringRef description, const PassRegistryFunction &builder) | |
A structure to represent the information of a registered pass pipeline.
|
inline |