LLVM 17.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) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Printer pass for the summarized CallGraphAnalysis
results.
Definition at line 328 of file CallGraph.h.
|
inlineexplicit |
Definition at line 333 of file CallGraph.h.
References OS.
PreservedAnalyses CallGraphSCCsPrinterPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 312 of file CallGraph.cpp.
References llvm::PreservedAnalyses::all(), E, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), I, and llvm::scc_begin().