#include <dismantle_if.h>
Inheritance diagram for dismantle_if_statements_pass:
Public Methods | |
dismantle_if_statements_pass (SuifEnv *env, const LString &name) | |
virtual | ~dismantle_if_statements_pass (void) |
virtual void | do_procedure_definition (ProcedureDefinition *proc_def) |
Override this if computation is to be applied to a procedure_definition. More... | |
virtual StatementList* | dismantle_if_statement (IfStatement *the_if) |
Module* | clone () const |
May return "this" if the pass has no state. | |
dismantle_if_statements_pass (SuifEnv *env, const LString &name) | |
virtual | ~dismantle_if_statements_pass (void) |
virtual void | do_procedure_definition (ProcedureDefinition *proc_def) |
Override this if computation is to be applied to a procedure_definition. More... | |
virtual StatementList* | dismantle_if_statement (IfStatement *the_if) |
Module* | clone () const |
May return "this" if the pass has no state. |
|
|
|
|
|
|
|
|
|
Override this if computation is to be applied to a procedure_definition.
The default is empty.
Reimplemented from PipelinablePass.
|
Override this if computation is to be applied to a procedure_definition.
The default is empty.
Reimplemented from PipelinablePass.