public abstract class FlowGraph extends Graph
AssemFlowGraph
Constructor and Description |
---|
FlowGraph() |
Modifier and Type | Method and Description |
---|---|
abstract Temp[] |
def(Node node)
The set of temporaries defined by this instruction or block
|
abstract boolean |
isMove(Node node)
True if this node represents a move instruction,
i.e.
|
void |
show(java.io.PrintWriter out)
Print a human-readable dump for debugging.
|
abstract Temp[] |
use(Node node)
The set of temporaries used by this instruction or block
|