Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
LirBlock Class Reference#include <instruction.h>
List of all members.
Constructor & Destructor Documentation
LirBlock::LirBlock |
( |
int |
number |
) |
[inline] |
|
Member Function Documentation
void LirBlock::add_inst |
( |
LirInst * |
inst |
) |
|
|
void LirBlock::add_inst_after |
( |
LirInst * |
newInst, |
|
|
LirInst * |
otherInst |
|
) |
|
|
void LirBlock::add_inst_before |
( |
LirInst * |
newInst, |
|
|
LirInst * |
otherInst |
|
) |
|
|
void LirBlock::remove_inst |
( |
LirInst * |
inst |
) |
|
|
void LirBlock::reset_visited |
( |
|
) |
|
|
Member Data Documentation
unsigned int LirBlock::_depth
|
|
LirBlock* LirBlock::_next
|
|
unsigned int LirBlock::_number
|
|
The documentation for this class was generated from the following files:
|