coins.mdf
Class PostDominators

java.lang.Object
  extended bycoins.mdf.PostDominators

class PostDominators
extends java.lang.Object

Analyze postdominators in the current macro flow graph.


Field Summary
 int[][] pdom
          The postdominator
 
Constructor Summary
(package private) PostDominators(MdfEnvironment e, MacroFlowGraph graph)
          Constructor
 
Method Summary
(package private)  void print()
          Debug print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pdom

public final int[][] pdom
The postdominator

Constructor Detail

PostDominators

PostDominators(MdfEnvironment e,
               MacroFlowGraph graph)
Constructor

Parameters:
e - The environment of the MDF module
graph - The current macro flow graph
Method Detail

print

void print()
Debug print