Lines Matching refs:edge
124 static void propedom(struct edge *);
136 static void opt_j(struct edge *);
140 static inline void link_inedge(struct edge *, struct block *);
151 static struct block *fold_edge(struct block *, struct edge *);
165 __thread struct edge **edges;
307 struct edge *ep; in propedom()
1247 struct edge *p;
1373 struct edge *ep;
1427 struct edge *ep; in opt_j()
1492 struct edge *ep;
1588 struct edge *ep;
1720 struct edge *parent; in link_inedge()
2056 edges = (struct edge **) calloc(n_edges, sizeof(*edges));