#include <SSAStandard.hpp>


Public Member Functions | |
| LeafUse (LeafHandle l) | |
| void | dump (std::ostream &) |
| Def * | def () |
Private Attributes | |
| LeafHandle | leaf |
| Def * | definition |
Definition at line 106 of file SSAStandard.hpp.
| OA::SSA::SSAStandard::LeafUse::LeafUse | ( | LeafHandle | l | ) | [inline] |
Definition at line 108 of file SSAStandard.hpp.
References leaf.
| Def* OA::SSA::SSAStandard::LeafUse::def | ( | ) | [inline, virtual] |
Implements OA::SSA::SSAStandard::Use.
Definition at line 110 of file SSAStandard.hpp.
References definition.
| void OA::SSA::SSAStandard::LeafUse::dump | ( | std::ostream & | ) | [virtual] |
Implements OA::SSA::SSAStandard::Use.
Def* OA::SSA::SSAStandard::LeafUse::definition [private] |
Definition at line 113 of file SSAStandard.hpp.
Referenced by def().
Definition at line 112 of file SSAStandard.hpp.
Referenced by LeafUse().
1.7.1