|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGraph.Graph<K,N>
FlowGraph.FlowGraph<Instr,AssemNode>
FlowGraph.AssemFlowGraph
public class AssemFlowGraph
Constructor Summary | |
---|---|
AssemFlowGraph(Frame frame,
java.util.LinkedList<Instr> insns)
My implementation builds a flowgraph node per basic block. |
Method Summary | |
---|---|
java.util.Set<Temp> |
def(AssemNode node)
The set of temporaries defined by this instruction or block |
java.util.Set<Temp> |
use(AssemNode node)
The set of temporaries used by this instruction or block |
Methods inherited from class FlowGraph.FlowGraph |
---|
show |
Methods inherited from class Graph.Graph |
---|
addEdge, get, nodes, rmEdge, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssemFlowGraph(Frame frame, java.util.LinkedList<Instr> insns)
Method Detail |
---|
public java.util.Set<Temp> def(AssemNode node)
FlowGraph
def
in class FlowGraph<Instr,AssemNode>
public java.util.Set<Temp> use(AssemNode node)
FlowGraph
use
in class FlowGraph<Instr,AssemNode>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |