#include <init_flowproblem_walker.h>
Inheritance diagram for init_flowproblem_walker::
Public Methods | |
virtual void | at_proc (procNode *the_proc, Order ord) |
virtual void | at_stmt (stmtNode *the_stmt, Order ord) |
virtual void | at_target (targetNode *the_target, Order ord) |
virtual void | at_switch (switchNode *the_switch, Order ord) |
virtual void | at_loop (loopNode *the_loop, Order ord) |
Static Public Methods | |
void | init (Node *n, FlowProblem *f) |
void | cleanup (Node *n, FlowProblem *f) |
Private Methods | |
init_flowproblem_walker (FlowProblem *f, bool init) | |
Private Attributes | |
FlowProblem * | _fp |
bool | _init |
|
|
|
Reimplemented from Walker. |
|
Reimplemented from Walker. |
|
Reimplemented from Walker. |
|
Reimplemented from Walker. |
|
Reimplemented from Walker. |
|
|
|
|
|
|
|
|