LLVM 22.0.0git
llvm::NoOpCGSCCPass Struct Reference

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

#include "llvm/Passes/PassBuilder.h"

Inheritance diagram for llvm::NoOpCGSCCPass:
[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 924 of file PassBuilder.h.

Member Function Documentation

◆ run()

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

Definition at line 925 of file PassBuilder.h.

References llvm::PreservedAnalyses::all(), and llvm::CallingConv::C.


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