#include <statement_dismantlers.h>
Inheritance diagram for GuardAllFors:
Public Methods | |
GuardAllFors (SuifEnv *the_env, const LString &name = "guard_all_fors") | |
Module* | clone () const |
May return "this" if the pass has no state. | |
void | initialize () |
Initialize the pass. | |
void | do_procedure_definition (ProcedureDefinition *pd) |
Override this if computation is to be applied to a procedure_definition. More... |
|
|
|
Override this if computation is to be applied to a procedure_definition.
The default is empty.
Reimplemented from PipelinablePass.
|