Public Member Functions | |
| TarjWork () | |
| ~TarjWork () | |
Public Attributes | |
| RIFG::NodeId | wk_vertex |
| OA::NestedSCR::DFNUM_t | wk_last |
| OA::NestedSCR::DFNUM_t | wk_header |
| OA::NestedSCR::DFNUM_t | wk_nextP |
| OA::NestedSCR::DFNUM_t | wk_nextQ |
| bool | wk_inP |
| bool | wk_isCyclic |
| bool | wk_reducible |
| std::list< int > | backPreds |
| std::list< int > | nonBackPreds |
Definition at line 79 of file NestedSCR.cpp.
| OA::TarjWork::TarjWork | ( | ) |
Definition at line 97 of file NestedSCR.cpp.
References DFNUM_NIL, DFNUM_ROOT, OA::RIFG::NIL, wk_header, wk_inP, wk_isCyclic, wk_last, wk_nextP, wk_nextQ, wk_reducible, and wk_vertex.
| OA::TarjWork::~TarjWork | ( | ) |
Definition at line 110 of file NestedSCR.cpp.
References backPreds, and nonBackPreds.
| std::list<int> OA::TarjWork::backPreds |
Definition at line 92 of file NestedSCR.cpp.
Referenced by ~TarjWork().
| std::list<int> OA::TarjWork::nonBackPreds |
Definition at line 93 of file NestedSCR.cpp.
Referenced by ~TarjWork().
Definition at line 86 of file NestedSCR.cpp.
Referenced by TarjWork().
| bool OA::TarjWork::wk_inP |
Definition at line 89 of file NestedSCR.cpp.
Referenced by TarjWork().
Definition at line 90 of file NestedSCR.cpp.
Referenced by TarjWork().
Definition at line 85 of file NestedSCR.cpp.
Referenced by TarjWork().
Definition at line 87 of file NestedSCR.cpp.
Referenced by TarjWork().
Definition at line 88 of file NestedSCR.cpp.
Referenced by TarjWork().
Definition at line 91 of file NestedSCR.cpp.
Referenced by TarjWork().
Definition at line 84 of file NestedSCR.cpp.
Referenced by TarjWork().
1.7.1