LLVM 19.0.0git
Public Member Functions | List of all members
llvm::RegisterAnalysisGroup< Interface, Default > Struct Template Reference

#include "llvm/PassSupport.h"

Inheritance diagram for llvm::RegisterAnalysisGroup< Interface, Default >:
Inheritance graph
[legend]

Public Member Functions

 RegisterAnalysisGroup (PassInfo &RPB)
 
 RegisterAnalysisGroup (const char *Name)
 
- Public Member Functions inherited from llvm::RegisterAGBase
 RegisterAGBase (StringRef Name, const void *InterfaceID, const void *PassID=nullptr, bool isDefault=false)
 
- Public Member Functions inherited from llvm::PassInfo
 PassInfo (StringRef name, StringRef arg, const void *pi, NormalCtor_t normal, bool isCFGOnly, bool is_analysis)
 PassInfo ctor - Do not call this directly, this should only be invoked through RegisterPass.
 
 PassInfo (StringRef name, const void *pi)
 PassInfo ctor - Do not call this directly, this should only be invoked through RegisterPass.
 
 PassInfo (const PassInfo &)=delete
 
PassInfooperator= (const PassInfo &)=delete
 
StringRef getPassName () const
 getPassName - Return the friendly name for the pass, never returns null
 
StringRef getPassArgument () const
 getPassArgument - Return the command line option that may be passed to 'opt' that will cause this pass to be run.
 
const void * getTypeInfo () const
 getTypeInfo - Return the id object for the pass... TODO : Rename
 
bool isPassID (const void *IDPtr) const
 Return true if this PassID implements the specified ID pointer.
 
bool isAnalysisGroup () const
 isAnalysisGroup - Return true if this is an analysis group, not a normal pass.
 
bool isAnalysis () const
 
bool isCFGOnlyPass () const
 isCFGOnlyPass - return true if this pass only looks at the CFG for the function.
 
NormalCtor_t getNormalCtor () const
 getNormalCtor - Return a pointer to a function, that when called, creates an instance of the pass and returns it.
 
void setNormalCtor (NormalCtor_t Ctor)
 
PasscreatePass () const
 createPass() - Use this method to create an instance of this pass.
 
void addInterfaceImplemented (const PassInfo *ItfPI)
 addInterfaceImplemented - This method is called when this pass is registered as a member of an analysis group with the RegisterAnalysisGroup template.
 
const std::vector< const PassInfo * > & getInterfacesImplemented () const
 getInterfacesImplemented - Return a list of all of the analysis group interfaces implemented by this pass.
 

Additional Inherited Members

- Public Types inherited from llvm::PassInfo
using NormalCtor_t = Pass *(*)()
 

Detailed Description

template<typename Interface, bool Default = false>
struct llvm::RegisterAnalysisGroup< Interface, Default >

Definition at line 145 of file PassSupport.h.

Constructor & Destructor Documentation

◆ RegisterAnalysisGroup() [1/2]

template<typename Interface , bool Default = false>
llvm::RegisterAnalysisGroup< Interface, Default >::RegisterAnalysisGroup ( PassInfo RPB)
inlineexplicit

Definition at line 146 of file PassSupport.h.

◆ RegisterAnalysisGroup() [2/2]

template<typename Interface , bool Default = false>
llvm::RegisterAnalysisGroup< Interface, Default >::RegisterAnalysisGroup ( const char Name)
inlineexplicit

Definition at line 150 of file PassSupport.h.


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