Searched refs:tree_map_hash (Results 1 – 10 of 10) sorted by relevance
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | trans-mem.c | 449 tm_wrap_map = htab_create_ggc (32, tree_map_hash, tree_map_eq, 0); in record_tm_replacement()
|
| H A D | tree.h | 5810 extern unsigned int tree_map_hash (const void *);
|
| H A D | tree-cfg.c | 6425 new_label_map = htab_create (17, tree_map_hash, tree_map_eq, free); in move_sese_region_to_fn()
|
| H A D | varasm.c | 5912 tm_clone_hash = htab_create_ggc (32, tree_map_hash, tree_map_eq, 0); in record_tm_clone_pair()
|
| H A D | tree.c | 5861 tree_map_hash (const void *item) in tree_map_hash() function
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | varasm.c | 5968 static hashval_t hash (tree_map *m) { return tree_map_hash (m); } in hash()
|
| H A D | tree.h | 5070 extern unsigned int tree_map_hash (const void *);
|
| H A D | tree-cfg.c | 7667 new_label_map = htab_create (17, tree_map_hash, tree_map_eq, free); in move_sese_region_to_fn()
|
| H A D | tree.c | 6202 tree_map_hash (const void *item) in tree_map_hash() function
|
| /dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
| H A D | i386.c | 12904 dllimport_map = htab_create_ggc (512, tree_map_hash, tree_map_eq, 0); in get_dllimport_decl()
|