LLVM 19.0.0git
Public Types | Public Member Functions | List of all members
llvm::IRSimilarityAnalysis Class Reference

An analysis pass that runs and returns the IRSimilarityIdentifier run on the Module. More...

#include "llvm/Analysis/IRSimilarityIdentifier.h"

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

Public Types

typedef IRSimilarity::IRSimilarityIdentifier Result
 

Public Member Functions

Result run (Module &M, ModuleAnalysisManager &)
 
- 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< IRSimilarityAnalysis >
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

An analysis pass that runs and returns the IRSimilarityIdentifier run on the Module.

Definition at line 1182 of file IRSimilarityIdentifier.h.

Member Typedef Documentation

◆ Result

Definition at line 1184 of file IRSimilarityIdentifier.h.

Member Function Documentation

◆ run()

IRSimilarityIdentifier IRSimilarityAnalysis::run ( Module M,
ModuleAnalysisManager  
)

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