Searched refs:redirection_data (Results 1 – 2 of 2) sorted by relevance
111 struct redirection_data struct132 static htab_t redirection_data; argument204 create_block_for_threading (basic_block bb, struct redirection_data *rd) in create_block_for_threading()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()246 static struct redirection_data *250 struct redirection_data *elt; in lookup_redirection_data()254 elt = XNEW (struct redirection_data); in lookup_redirection_data()260 slot = htab_find_slot (redirection_data, elt, insert); in lookup_redirection_data()[all …]
4407 (struct redirection_data): Add new INCOMING_EDGES and DO_NOT_DUPLICATE4409 (redirection_data): Now a hashtable.17082 * tree-ssa-threadupdate.c (redirection_data): Make static.17084 redirection_data. Don't free elements in redirection_data.