Searched refs:outgoing_edge (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dtree-ssa-threadupdate.c119 edge outgoing_edge; member in struct:redirection_data
227 edge e = ((struct redirection_data *)p)->outgoing_edge;
234 edge e1 = ((struct redirection_data *)p1)->outgoing_edge;
235 edge e2 = ((struct redirection_data *)p2)->outgoing_edge;
255 elt->outgoing_edge = e;
314 edge e = make_edge (rd->dup_block, rd->outgoing_edge->dest, EDGE_FALLTHRU);
326 int indx = rd->outgoing_edge->dest_idx;
639 rd->outgoing_edge->dest);

Completed in 50 milliseconds