Inheritance diagram for InlinePass:
Public Methods | |
InlinePass ( SuifEnv* suif_env, const LString &name = "inline_pass" ) | |
virtual | ~InlinePass () |
virtual Module* | clone () const |
May return "this" if the pass has no state. | |
virtual void | do_procedure_definition (ProcedureDefinition *proc_def) |
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.