LLVM 24.0.0git
llvm::ModuleCopyProfPass Class Reference

#include "llvm/Transforms/Instrumentation/CopyProf.h"

Inheritance diagram for llvm::ModuleCopyProfPass:
[legend]

Public Member Functions

 ModuleCopyProfPass ()=default
LLVM_ABI PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
Public Member Functions inherited from llvm::PassInfoMixin< ModuleCopyProfPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Static Public Member Functions

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

Detailed Description

Definition at line 33 of file CopyProf.h.

Constructor & Destructor Documentation

◆ ModuleCopyProfPass()

llvm::ModuleCopyProfPass::ModuleCopyProfPass ( )
default

References LLVM_ABI.

Member Function Documentation

◆ isRequired()

bool llvm::ModuleCopyProfPass::isRequired ( )
inlinestatic

Definition at line 38 of file CopyProf.h.

◆ run()

PreservedAnalyses ModuleCopyProfPass::run ( Module & M,
ModuleAnalysisManager & AM )

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