Public Types | |
| enum | Kind { OUTPUT, STMT } |
Public Member Functions | |
| Use (ShStatement *stmt, int source, int index) | |
| Use (ShVariableNodePtr node, int index) | |
| bool | operator< (const Use &other) const |
| int | absIndex () const |
Public Attributes | |
| Kind | kind |
| ShVariableNodePtr | node |
| ShStatement * | stmt |
| int | source |
| int | index |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const Use &use) |
Definition at line 130 of file ShOptimizations.hpp.
1.4.3-20050530