Package com.ibm.wala.util.graph.dominators
-
Class Summary Class Description DominanceFrontiers<T> An object that computes the dominance frontiers of a graphDominators<T> Calculate dominators using Langauer and Tarjan's fastest algorithm.GenericDominators<T> Calculate dominators using Langauer and Tarjan's fastest algorithm.NumberedDominators<T> Calculate dominators using Langauer and Tarjan's fastest algorithm.