LLVM 20.0.0git
|
An analysis pass that runs and returns the IRSimilarityIdentifier run on the Module. More...
#include "llvm/Analysis/IRSimilarityIdentifier.h"
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 AnalysisKey * | ID () |
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. | |
An analysis pass that runs and returns the IRSimilarityIdentifier run on the Module.
Definition at line 1181 of file IRSimilarityIdentifier.h.
Definition at line 1183 of file IRSimilarityIdentifier.h.
IRSimilarityIdentifier IRSimilarityAnalysis::run | ( | Module & | M, |
ModuleAnalysisManager & | |||
) |
Definition at line 1512 of file IRSimilarityIdentifier.cpp.
References llvm::DisableBranches, llvm::DisableIndirectCalls, llvm::DisableIntrinsics, and llvm::MatchCallsByName.