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

/freebsd-10.2-release/contrib/gcc/
H A Dtree-ssa-threadupdate.c111 struct redirection_data struct
132 static htab_t redirection_data; variable
204 create_block_for_threading (basic_block bb, struct redirection_data *rd)
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;
246 static struct redirection_data *
250 struct redirection_data *elt;
254 elt = XNEW (struct redirection_data);
260 slot = htab_find_slot (redirection_data, el
[all...]

Completed in 100 milliseconds