LLVM 19.0.0git
Public Member Functions | List of all members
llvm::NoOpCGSCCPass Struct Reference

No-op CGSCC pass which does nothing. More...

#include "llvm/Passes/PassBuilder.h"

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

No-op CGSCC pass which does nothing.

Definition at line 859 of file PassBuilder.h.

Member Function Documentation

◆ run()

PreservedAnalyses llvm::NoOpCGSCCPass::run ( LazyCallGraph::SCC C,
CGSCCAnalysisManager ,
LazyCallGraph ,
CGSCCUpdateResult UR 
)
inline

Definition at line 860 of file PassBuilder.h.

References llvm::PreservedAnalyses::all().


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