|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.dms.backend.Trace | +--at.dms.backend.TraceControlFlow
This is the entry point of the backend, this class constructs the control flow graph and applies optimizations.
Constructor Summary | |
TraceControlFlow(BasicBlock[] bblocks,
BasicBlock[] eblocks)
... |
Method Summary | |
void |
run()
... |
Methods inherited from class at.dms.backend.Trace |
close, generateEdge, generateNode, write |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public TraceControlFlow(BasicBlock[] bblocks, BasicBlock[] eblocks)
Method Detail |
public void run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |