LLVM 20.0.0git
|
#include "llvm/CodeGen/ExpandMemCmp.h"
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. | |
Definition at line 18 of file ExpandMemCmp.h.
|
inlineexplicit |
Definition at line 22 of file ExpandMemCmp.h.
PreservedAnalyses ExpandMemCmpPass::run | ( | Function & | F, |
FunctionAnalysisManager & | FAM | ||
) |