LLVM 20.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::CoroAnnotationElidePass Struct Reference

#include "llvm/Transforms/Coroutines/CoroAnnotationElide.h"

Inheritance diagram for llvm::CoroAnnotationElidePass:
Inheritance graph
[legend]

Public Member Functions

 CoroAnnotationElidePass ()
 
PreservedAnalyses run (LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, LazyCallGraph &CG, CGSCCUpdateResult &UR)
 
- Public Member Functions inherited from llvm::PassInfoMixin< CoroAnnotationElidePass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Static Public Member Functions

static bool isRequired ()
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< CoroAnnotationElidePass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Definition at line 26 of file CoroAnnotationElide.h.

Constructor & Destructor Documentation

◆ CoroAnnotationElidePass()

llvm::CoroAnnotationElidePass::CoroAnnotationElidePass ( )
inline

Definition at line 27 of file CoroAnnotationElide.h.

Member Function Documentation

◆ isRequired()

static bool llvm::CoroAnnotationElidePass::isRequired ( )
inlinestatic

Definition at line 32 of file CoroAnnotationElide.h.

◆ run()

PreservedAnalyses CoroAnnotationElidePass::run ( LazyCallGraph::SCC C,
CGSCCAnalysisManager AM,
LazyCallGraph CG,
CGSCCUpdateResult UR 
)

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