|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.dms.backend.LivenessAnalysis
This class compute the liveness of each temporaries.
Constructor Summary | |
LivenessAnalysis(BasicBlock[] bblocks,
BasicBlock[] eblocks)
Creates a new instruction handle. |
Method Summary | |
QTemporary[] |
getTemporaries()
Returns the temporaries defined in this method |
void |
run()
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public LivenessAnalysis(BasicBlock[] bblocks, BasicBlock[] eblocks)
instruction
- The instruction.prev
- The handle of the next instruction in textual order.Method Detail |
public void run()
public QTemporary[] getTemporaries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |