|
LLVM 22.0.0git
|
#include "llvm/Analysis/CtxProfAnalysis.h"
Public Types | |
| enum class | PrintMode { Everything , YAML } |
Public Member Functions | |
| LLVM_ABI | CtxProfAnalysisPrinterPass (raw_ostream &OS) |
| LLVM_ABI PreservedAnalyses | run (Module &M, ModuleAnalysisManager &MAM) |
| Public Member Functions inherited from llvm::PassInfoMixin< CtxProfAnalysisPrinterPass > | |
| 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< CtxProfAnalysisPrinterPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. | |
Definition at line 149 of file CtxProfAnalysis.h.
|
strong |
| Enumerator | |
|---|---|
| Everything | |
| YAML | |
Definition at line 152 of file CtxProfAnalysis.h.
|
explicit |
Definition at line 559 of file CtxProfAnalysis.cpp.
References llvm::PrintLevel.
|
inlinestatic |
Definition at line 156 of file CtxProfAnalysis.h.
| PreservedAnalyses CtxProfAnalysisPrinterPass::run | ( | Module & | M, |
| ModuleAnalysisManager & | MAM ) |
Definition at line 562 of file CtxProfAnalysis.cpp.
References llvm::PreservedAnalyses::all(), llvm::CallingConv::C, llvm::convertCtxProfToYaml(), llvm::Counters, Everything, llvm::Guid, MAM, and YAML.