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

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

#include "llvm/Passes/PassBuilder.h"

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

Public Member Functions

PreservedAnalyses run (Module &M, ModuleAnalysisManager &)
 
- Public Member Functions inherited from llvm::PassInfoMixin< NoOpModulePass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

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

Detailed Description

No-op module pass which does nothing.

Definition at line 842 of file PassBuilder.h.

Member Function Documentation

◆ run()

PreservedAnalyses llvm::NoOpModulePass::run ( Module M,
ModuleAnalysisManager  
)
inline

Definition at line 843 of file PassBuilder.h.

References llvm::PreservedAnalyses::all().


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