Home | History | Annotate | Download | only in libpcap

Lines Matching full:edge

108 static void propedom(struct edge *);
120 static void opt_j(struct edge *);
124 static inline void link_inedge(struct edge *, struct block *);
135 static struct block *fold_edge(struct block *, struct edge *);
149 struct edge **edges;
291 struct edge *ep;
301 * Compute edge dominators.
1192 struct edge *p;
1219 * first edge leading to this node.
1224 * If, for the predecessor along that edge, a register
1312 struct edge *ep;
1366 struct edge *ep;
1385 * For each edge dominator that matches the successor of this
1386 * edge, promote the edge successor to the its grandchild.
1403 * nodes that will be violated if we move the edge.
1427 struct edge *ep;
1520 struct edge *ep;
1646 struct edge *parent;
1664 * Traverse the graph, adding each edge to the predecessor
1984 edges = (struct edge **)calloc(n_edges, sizeof(*edges));