|
LLVM 24.0.0git
|
#include "llvm/Transforms/Instrumentation/CopyProf.h"
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. | |
Definition at line 23 of file CopyProf.h.
|
inlinestatic |
Definition at line 28 of file CopyProf.h.
| PreservedAnalyses CopyProfPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | FAM ) |
Definition at line 301 of file CopyProf.cpp.
References llvm::PreservedAnalyses::all(), F, isCopyProfCandidate(), and llvm::PreservedAnalyses::preserveSet().