LLVM 22.0.0git
llvm::ExpandMemCmpPass Class Reference

#include "llvm/CodeGen/ExpandMemCmp.h"

Inheritance diagram for llvm::ExpandMemCmpPass:
[legend]

Public Member Functions

 ExpandMemCmpPass (const TargetMachine *TM_)
PreservedAnalyses run (Function &F, FunctionAnalysisManager &FAM)
Public Member Functions inherited from llvm::PassInfoMixin< ExpandMemCmpPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

Static Public Member Functions inherited from llvm::PassInfoMixin< ExpandMemCmpPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 18 of file ExpandMemCmp.h.

Constructor & Destructor Documentation

◆ ExpandMemCmpPass()

llvm::ExpandMemCmpPass::ExpandMemCmpPass ( const TargetMachine * TM_)
inlineexplicit

Definition at line 22 of file ExpandMemCmp.h.

Member Function Documentation

◆ run()

PreservedAnalyses ExpandMemCmpPass::run ( Function & F,
FunctionAnalysisManager & FAM )

Definition at line 996 of file ExpandMemCmp.cpp.

References F, FAM, and runImpl().


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