llvm::CallGraphSCCPass::getAnalysisUsage

Declare that this pass requires and preserves the call graph.

Synopsis

Declared in <llvm/Analysis/CallGraphSCCPass.h>

virtual
void
getAnalysisUsage(AnalysisUsage& Info) const override;

Description

If the derived class implements this method, it should always explicitly call the implementation here.

Parameters

NameDescription
InfoAnalysis usage object to update.