Package com.tonic.analysis.pdg
The program dependence graph for a method.
-
Class Summary Class Description PDG Program dependence graph for a single method, holding the control and data dependence edges between its instruction nodes along with lookup indexes by instruction, value and block.PDGBuilder Builder of a program dependence graph for one method, deriving control dependence from the post-dominator tree and data dependence from def-use chains.