L2Control Flow Graph Visualizer
An L2ControlFlowGraphVisualizer generates a dot source file that visualizes an L2ControlFlowGraph. It is intended to aid in debugging L2Chunks.
Author
Todd L Smith
Parameters
The name of the dot file.
The number of characters to emit per line. Only applies to formatting of block comments.
The L2ControlFlowGraph that should be visualized by a dot renderer.
true if edges should be annotated with L2Register liveness, false otherwise.
true if edges should be annotated with their L2ValueManifest, false otherwise.
Whether to include descriptions with registers.
The accumulator for the generated dot source text.
Constructors
Construct a new L2ControlFlowGraphVisualizer for the specified L2ControlFlowGraph.
Types
Functions
Visualize the L2ControlFlowGraph by writing an appropriate dot source file to the accumulator.