Searched refs:in_edges (Results 1 – 4 of 4) sorted by relevance
1093 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 …]
134 struct edge *in_edges; member
111 static int *in_edges; variable114 #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;
1700 FROM_BLOCK, TO_BLOCK, nr_edges, in_edges, out_edges, IN_EDGES,