LLVM 22.0.0git
PreservedCFGCheckerAnalysis Struct Reference
Inheritance diagram for PreservedCFGCheckerAnalysis:
[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< PreservedCFGCheckerAnalysis >
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< PreservedCFGCheckerAnalysis >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 1282 of file StandardInstrumentations.cpp.

Member Typedef Documentation

◆ Result

Provide the result type for this analysis pass.

Definition at line 1290 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 1293 of file StandardInstrumentations.cpp.

References F, and FAM.

Member Data Documentation

◆ AnalysisInfoMixin< PreservedCFGCheckerAnalysis >

friend PreservedCFGCheckerAnalysis::AnalysisInfoMixin< PreservedCFGCheckerAnalysis >

Definition at line 1284 of file StandardInstrumentations.cpp.

◆ Key

AnalysisKey PreservedCFGCheckerAnalysis::Key
static

Definition at line 1286 of file StandardInstrumentations.cpp.


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