Home
last modified time | relevance | path

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

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