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

Classes

struct  FunctionHash
 

Public Types

using Result = FunctionHash
 

Public Member Functions

Result run (Function &F, FunctionAnalysisManager &FAM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< DerivedT >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Static Public Attributes

static AnalysisKey Key
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::AnalysisInfoMixin< PreservedFunctionHashAnalysis >
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 1225 of file StandardInstrumentations.cpp.

Member Typedef Documentation

◆ Result

Definition at line 1233 of file StandardInstrumentations.cpp.

Member Function Documentation

◆ run()

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

Definition at line 1235 of file StandardInstrumentations.cpp.

References F, and llvm::StructuralHash().

Member Data Documentation

◆ Key

AnalysisKey PreservedFunctionHashAnalysis::Key
static

Definition at line 1227 of file StandardInstrumentations.cpp.


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