#include <SSAStandard.hpp>


Public Member Functions | |
| PhiUse (SSA::Phi *p) | |
| void | dump (std::ostream &) |
| Def * | def () |
Private Attributes | |
| SSA::Phi * | phi |
| Def * | definition |
Definition at line 116 of file SSAStandard.hpp.
| OA::SSA::SSAStandard::PhiUse::PhiUse | ( | SSA::Phi * | p | ) | [inline] |
Definition at line 118 of file SSAStandard.hpp.
References phi.
| Def* OA::SSA::SSAStandard::PhiUse::def | ( | ) | [inline, virtual] |
Implements OA::SSA::SSAStandard::Use.
Definition at line 120 of file SSAStandard.hpp.
References definition.
| void OA::SSA::SSAStandard::PhiUse::dump | ( | std::ostream & | ) | [virtual] |
Implements OA::SSA::SSAStandard::Use.
Def* OA::SSA::SSAStandard::PhiUse::definition [private] |
Definition at line 123 of file SSAStandard.hpp.
Referenced by def().
SSA::Phi* OA::SSA::SSAStandard::PhiUse::phi [private] |
Definition at line 122 of file SSAStandard.hpp.
Referenced by PhiUse().
1.7.1