GPUOcelot
|
A register with type info. More...
#include <DataflowGraph.h>
Public Member Functions | |
RegisterPointer (RegisterId *id, Type type) | |
Constructor with type and pointer. | |
bool | operator== (const RegisterPointer &r) const |
Needed for comparisons. | |
Public Attributes | |
Type | type |
The type of the register. | |
RegisterId * | pointer |
Register id pointer. |
A register with type info.
analysis::DataflowGraph::RegisterPointer::RegisterPointer | ( | RegisterId * | id, |
Type | type | ||
) |
Constructor with type and pointer.
bool analysis::DataflowGraph::RegisterPointer::operator== | ( | const RegisterPointer & | r | ) | const |
Needed for comparisons.
The type of the register.