LLVM 19.0.0git
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
PreservedCFGCheckerAnalysis Struct Reference
Inheritance diagram for PreservedCFGCheckerAnalysis:
Inheritance graph
[legend]

Public Types

using Result = PreservedCFGCheckerInstrumentation::CFG
 Provide the result type for this analysis pass.
 

Public Member Functions

Result run (Function &F, FunctionAnalysisManager &FAM)
 Run the analysis pass over a function and produce CFG.
 
- Public Member Functions inherited from llvm::PassInfoMixin< DerivedT >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Public Attributes

friend AnalysisInfoMixin< PreservedCFGCheckerAnalysis >
 

Static Public Attributes

static AnalysisKey Key
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::AnalysisInfoMixin< PreservedCFGCheckerAnalysis >
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

Definition at line 1207 of file StandardInstrumentations.cpp.

Member Typedef Documentation

◆ Result

Provide the result type for this analysis pass.

Definition at line 1215 of file StandardInstrumentations.cpp.

Member Function Documentation

◆ run()

Result PreservedCFGCheckerAnalysis::run ( Function F,
FunctionAnalysisManager FAM 
)
inline

Run the analysis pass over a function and produce CFG.

Definition at line 1218 of file StandardInstrumentations.cpp.

References F.

Member Data Documentation

◆ AnalysisInfoMixin< PreservedCFGCheckerAnalysis >

friend PreservedCFGCheckerAnalysis::AnalysisInfoMixin< PreservedCFGCheckerAnalysis >

Definition at line 1209 of file StandardInstrumentations.cpp.

◆ Key

AnalysisKey PreservedCFGCheckerAnalysis::Key
static

Definition at line 1211 of file StandardInstrumentations.cpp.


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