Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadupdate.c114 struct redirection_data : free_ptr_hash<redirection_data> struct
139 static inline hashval_t hash (const redirection_data *); argument
140 static inline int equal (const redirection_data *, const redirection_data *);
186 redirection_data::hash (const redirection_data *p) in hash()
195 redirection_data::equal (const redirection_data *p1, const redirection_data *p2) in equal()
333 struct redirection_data *rd, in create_block_for_threading()
365 static hash_table<redirection_data> *redirection_data; variable
373 static struct redirection_data *
376 struct redirection_data **slot; in lookup_redirection_data()
377 struct redirection_data *elt; in lookup_redirection_data()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadupdate.cc115 struct redirection_data : free_ptr_hash<redirection_data> struct
139 static inline hashval_t hash (const redirection_data *); argument
140 static inline int equal (const redirection_data *, const redirection_data *);
297 redirection_data::hash (const redirection_data *p) in hash()
306 redirection_data::equal (const redirection_data *p1, const redirection_data *p2) in equal()
419 struct redirection_data *rd, in create_block_for_threading()
455 redirection_data *
458 struct redirection_data **slot; in lookup_redirection_data()
459 struct redirection_data *elt; in lookup_redirection_data()
464 elt = XNEW (struct redirection_data); in lookup_redirection_data()
[all …]
H A Dtree-ssa-threadupdate.h101 class redirection_data *lookup_redirection_data (edge e, enum insert_option);
106 hash_table<redirection_data> *m_redirection_data;
H A DChangeLog-20137512 * tree-ssa-threadupdate.c (redirection_data): Record two
7517 index into redirection_data to store its result.
16537 * tree-ssa-threadupdate.c (struct redirection_data): Delete
16539 (redirection_data::hash): Hash on the last edge's destination index.
16540 (redirection_data::equal): Check the entire thread path.
H A DChangeLog-20044407 (struct redirection_data): Add new INCOMING_EDGES and DO_NOT_DUPLICATE
4409 (redirection_data): Now a hashtable.
17082 * tree-ssa-threadupdate.c (redirection_data): Make static.
17084 redirection_data. Don't free elements in redirection_data.
H A DChangeLog-201213454 * tree-ssa-threadupdate.c (struct redirection_data): Add hash_table
13456 (redirection_data): Adjust.
14207 (static htab_t redirection_data): Change type to hash_table.
H A DChangeLog-201121326 * tree-ssa-threadupdate.c (struct redirection_data): New field
32393 * tree-ssa-threadupdate.c (struct redirection_data): Remove
H A DChangeLog-202127996 * tree-ssa-threadupdate.c (struct redirection_data): Remove comment.
H A DChangeLog-201526700 * tree-ssa-threadupdate.c (redirection_data): Likewise.