LLVM 22.0.0git
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:
[legend]

Public Types

typedef IRSimilarity::IRSimilarityIdentifier Result

Public Member Functions

LLVM_ABI Result run (Module &M, ModuleAnalysisManager &)
Public Member Functions inherited from llvm::PassInfoMixin< IRSimilarityAnalysis >
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< IRSimilarityAnalysis >
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 1181 of file IRSimilarityIdentifier.h.

Member Typedef Documentation

◆ Result

Member Function Documentation

◆ run()


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