Home | History | Annotate | Download | only in Analysis

Lines Matching full:edges

12 // edges to obtain a DAG, and thus the unique path numbers [Ball96].
14 // The purpose of this analysis is to enumerate the edges in a CFG in order
16 // [Ball96] edges can be enumerated such that given a path number by following
79 // Returns an iterator over predecessor edges. Includes phony and
90 // Returns the number of predecessor edges. Includes phony and
96 // Returns an iterator over successor edges. Includes phony and
107 // Returns the number of successor edges. Includes phony and
289 // Iterate through each successor edge, adding phony edges
304 // split on this edge and reference it's exit/root phony edges
363 // Processes one node and its imediate edges for building the DAG.
506 // Adds a backedge with its phony edges. Updates the DAG state.