LLVM 20.0.0git
|
Printer pass for the summarized CallGraphAnalysis
results.
More...
#include "llvm/Analysis/CallGraph.h"
Public Member Functions | |
CallGraphSCCsPrinterPass (raw_ostream &OS) | |
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 329 of file CallGraph.h.
|
inlineexplicit |
Definition at line 334 of file CallGraph.h.
References OS.
|
inlinestatic |
Definition at line 338 of file CallGraph.h.
PreservedAnalyses CallGraphSCCsPrinterPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 312 of file CallGraph.cpp.
References llvm::PreservedAnalyses::all(), llvm::First, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::scc_begin().