Package com.tonic.analysis.pdg.node
Nodes of the program dependence graph.
-
Class Summary Class Description PDGInstructionNode A PDG node standing for a single IR instruction, typed PHI for phis and INSTRUCTION otherwise.PDGNode Base node of a program dependence graph, identified by an id and holding its own incoming and outgoing dependence edges plus optional taint marking.PDGRegionNode PDG node standing for a control region - entry, exit or a structured region - over a set of covered blocks, defining and using no values. -
Enum Summary Enum Description PDGNodeType Kind of a program dependence graph node, carrying display text and whether the kind can act as a dependence source or sink.