LLVM 22.0.0git
llvm::NoOpModuleAnalysis Class Reference

No-op module analysis. More...

#include "llvm/Passes/PassBuilder.h"

Inheritance diagram for llvm::NoOpModuleAnalysis:
[legend]

Classes

struct  Result

Public Member Functions

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

Additional Inherited Members

Static Public Member Functions inherited from llvm::AnalysisInfoMixin< NoOpModuleAnalysis >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type.
Static Public Member Functions inherited from llvm::PassInfoMixin< NoOpModuleAnalysis >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

No-op module analysis.

Definition at line 916 of file PassBuilder.h.

Member Function Documentation

◆ run()

Result llvm::NoOpModuleAnalysis::run ( Module & ,
ModuleAnalysisManager &  )
inline

Definition at line 922 of file PassBuilder.h.


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