LLVM 22.0.0git
|
Printer pass for the summarized CallGraphAnalysis
results.
More...
#include "llvm/Analysis/CallGraph.h"
Public Member Functions | |
CallGraphSCCsPrinterPass (raw_ostream &OS) | |
LLVM_ABI PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< CallGraphSCCsPrinterPass > | |
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< CallGraphSCCsPrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. |
Printer pass for the summarized CallGraphAnalysis
results.
Definition at line 314 of file CallGraph.h.
|
inlineexplicit |
Definition at line 319 of file CallGraph.h.
|
inlinestatic |
Definition at line 323 of file CallGraph.h.
PreservedAnalyses CallGraphSCCsPrinterPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM ) |
Definition at line 267 of file CallGraph.cpp.
References llvm::PreservedAnalyses::all(), llvm::First, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::scc_iterator< GraphT, GT >::isAtEnd(), and llvm::scc_begin().