getAnalysisUsage overloads
Declared in <llvm/Analysis/CallGraphSCCPass.h>
Declare which analyses this pass requires and preserves.
virtual
void
getAnalysisUsage(AnalysisUsage& AU) const;
» more...
Declare that this pass requires and preserves the call graph.
virtual
void
getAnalysisUsage(AnalysisUsage& Info) const override;
» more...
| Name | Description |
|---|---|
| AU | Usage object filled with required and preserved analyses. |
| Info | Analysis usage object to update. |