Home
last modified time | relevance | path

Searched refs:in_edges (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libpcap/
H A Doptimize.c1093 p = b->in_edges; in opt_blk()
1264 ep = b->in_edges; in or_pullup()
1277 if (JT(b->in_edges->pred) == b) in or_pullup()
1278 diffp = &JT(b->in_edges->pred); in or_pullup()
1280 diffp = &JF(b->in_edges->pred); in or_pullup()
1356 ep = b->in_edges; in and_pullup()
1368 if (JT(b->in_edges->pred) == b) in and_pullup()
1369 diffp = &JT(b->in_edges->pred); in and_pullup()
1475 parent->next = child->in_edges; in link_inedge()
1476 child->in_edges = parent; in link_inedge()
[all …]
H A Dgencode.h134 struct edge *in_edges; member
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsched-rgn.c111 static int *in_edges; variable
114 #define IN_EDGES(block) (in_edges[block])
403 in_edges = (int *) xcalloc (last_basic_block, sizeof (int));
3111 if (in_edges)
3113 free (in_edges);
3114 in_edges = NULL;
H A DChangeLog.41700 FROM_BLOCK, TO_BLOCK, nr_edges, in_edges, out_edges, IN_EDGES,