at.dms.backend
Class TraceControlFlow
java.lang.Object
at.dms.backend.Trace
at.dms.backend.TraceControlFlow
public class TraceControlFlow
- extends Trace
This is the entry point of the backend, this class constructs the
control flow graph and applies optimizations
Constructor Summary |
TraceControlFlow(at.dms.backend.BasicBlock[] bblocks,
at.dms.backend.BasicBlock[] eblocks)
Creates a new instruction handle. |
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TraceControlFlow
public TraceControlFlow(at.dms.backend.BasicBlock[] bblocks,
at.dms.backend.BasicBlock[] eblocks)
- Creates a new instruction handle.
(Probably buggy description from cut and paste -- deleted references to wrong parameters)
run
public void run()