doFinalization overloads
Declared in <llvm/Analysis/CallGraphSCCPass.h>
doFinalization - This method is called after the SCC's of the program has been processed, allowing the pass to do final cleanup as necessary.
virtual
bool
doFinalization(CallGraph& CG);
» more...
Perform any cleanup needed after all passes have run.
virtual
bool
doFinalization(Module& M);
» more...
| Name | Description |
|---|---|
| CG | Call graph of the module being processed. |
| M | The module being processed. |