Uses of Class
com.ensoftcorp.open.slice.analysis.DependenceGraph
-
Packages that use DependenceGraph Package Description com.ensoftcorp.open.slice.analysis -
-
Uses of DependenceGraph in com.ensoftcorp.open.slice.analysis
Subclasses of DependenceGraph in com.ensoftcorp.open.slice.analysis Modifier and Type Class Description classControlDependenceGraphConstructs the Control Dependence Graph (CGD) from a given Control Flow Graph (CFG) Instead of computing control dependence using the Ferrante, Ottenstein, and Warren algorithm this uses the post-dominance frontier to compute the dominance edges.classDataDependenceGraphCompute Data Dependence GraphclassFOWControlDependenceGraphConstructs the Control Dependence Graph (CGD) from a given Control Flow Graph (CFG) Computed using the Ferrante, Ottenstein, and Warren algorithm Reference: 1) http://www.cc.gatech.edu/~harrold/6340/cs6340_fall2009/Slides/BasicAnalysis4.pdfclassProgramDependenceGraphclassSystemDependenceGraph
-