Declare that this pass requires and preserves the call graph.
Declared in <llvm/Analysis/CallGraphSCCPass.h>
virtual
void
getAnalysisUsage(AnalysisUsage& Info) const override;
If the derived class implements this method, it should always explicitly call the implementation here.
| Name | Description |
|---|---|
| Info | Analysis usage object to update. |