public class NormalBURS_DepGraph extends DepGraph
All nodes in this graph are NormalBURS_DepGraph nodes.
_firstNode, _lastNode, backwardTopSorted, forwardTopSorted, numberOfNodes
Constructor and Description |
---|
NormalBURS_DepGraph(IR ir,
Instruction start,
Instruction end,
BasicBlock currentBlock) |
Modifier and Type | Method and Description |
---|---|
DepGraphNode |
createDepGraphNode(Instruction inst) |
printDepGraph
addGraphEdge, addGraphEdge, addGraphNode, addRootNode, addTopSortNode, allocateNodeNumber, buildRevTopSort, buildTopSort, clearDFS, compactNodeNumbering, enumerateNodes, firstNode, initTopSort, isTopSorted, lastNode, numberOfNodes, printDepthFirst, removeGraphNode, resetTopSorted, rootNodes, setFirstNode, setLastNode, setNumberOfNodes, setTopSorted, startNode, topSort, topSortOrder, toString
public NormalBURS_DepGraph(IR ir, Instruction start, Instruction end, BasicBlock currentBlock)
public DepGraphNode createDepGraphNode(Instruction inst)
createDepGraphNode
in class DepGraph