#include <region_passes.h>
Inheritance diagram for RemoveIfAndLoopPass:
Public Methods | |
RemoveIfAndLoopPass (SuifEnv *the_env, const LString &name = "dismantle_ifs_and_loops") | |
Module* | clone () const |
May return "this" if the pass has no state. | |
void | initialize () |
Initialize the pass. | |
void | do_procedure_definition (ProcedureDefinition *proc_def) |
Override this if computation is to be applied to a procedure_definition. More... | |
Protected Attributes | |
OptionLiteral* | _preserve_ifs |
CFors are dismantled and for loops are preserved.
|
|
|
Override this if computation is to be applied to a procedure_definition.
The default is empty.
Reimplemented from PipelinablePass.
|
|