Inheritance diagram for PrintDotSuifCFGraphPass:
Public Methods | |
PrintDotSuifCFGraphPass (SuifEnv *suif_env, const LString &name = "print_suif_cfgraph_to_dot") | |
void | do_procedure_definition (ProcedureDefinition *proc_def ) |
Override this if computation is to be applied to a procedure_definition. More... | |
Module* | clone () const |
May return "this" if the pass has no state. | |
void | initialize () |
Initialize the pass. |
|
|
|
Override this if computation is to be applied to a procedure_definition.
The default is empty.
Reimplemented from PipelinablePass.
|