GPUOcelot
|
A class for referring to a generic instruction. More...
#include <DataflowGraph.h>
Public Types | |
typedef InstructionIteratorList::iterator | DUIterator |
iterator over all uses in the same block | |
Public Attributes | |
ir::Instruction * | i |
The pointer to the instruction. | |
RegisterPointerVector | d |
Destination registers. | |
RegisterPointerVector | s |
Source registers. | |
InstructionIteratorList | uses |
iterator over all uses in the same block | |
InstructionIteratorList | defs |
iterator over all defs in the same block |
A class for referring to a generic instruction.
typedef InstructionIteratorList::iterator analysis::DataflowGraph::Instruction::DUIterator |
iterator over all uses in the same block
Destination registers.
iterator over all defs in the same block
The pointer to the instruction.
Source registers.
iterator over all uses in the same block