LLVM 19.0.0git
Classes | Public Member Functions | List of all members
llvm::NoOpCGSCCAnalysis Class Reference

No-op CGSCC analysis. More...

#include "llvm/Passes/PassBuilder.h"

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

Classes

struct  Result
 

Public Member Functions

Result run (LazyCallGraph::SCC &, CGSCCAnalysisManager &, LazyCallGraph &G)
 
- Public Member Functions inherited from llvm::PassInfoMixin< DerivedT >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

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

Detailed Description

No-op CGSCC analysis.

Definition at line 867 of file PassBuilder.h.

Member Function Documentation

◆ run()

Result llvm::NoOpCGSCCAnalysis::run ( LazyCallGraph::SCC ,
CGSCCAnalysisManager ,
LazyCallGraph G 
)
inline

Definition at line 873 of file PassBuilder.h.


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