LLVM 24.0.0git
llvm::CopyProfPass Class Reference

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

Inheritance diagram for llvm::CopyProfPass:
[legend]

Public Member Functions

 CopyProfPass ()=default
LLVM_ABI PreservedAnalyses run (Function &F, FunctionAnalysisManager &FAM)
Public Member Functions inherited from llvm::PassInfoMixin< CopyProfPass >
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< CopyProfPass >
static bool isRequired ()
Static Public Member Functions inherited from llvm::detail::InfoMixin< CopyProfPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 23 of file CopyProf.h.

Constructor & Destructor Documentation

◆ CopyProfPass()

llvm::CopyProfPass::CopyProfPass ( )
default

References F, FAM, and LLVM_ABI.

Member Function Documentation

◆ isRequired()

bool llvm::CopyProfPass::isRequired ( )
inlinestatic

Definition at line 28 of file CopyProf.h.

◆ run()


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