Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtrans-mem.c449 tm_wrap_map = htab_create_ggc (32, tree_map_hash, tree_map_eq, 0); in record_tm_replacement()
H A Dtree.h5810 extern unsigned int tree_map_hash (const void *);
H A Dtree-cfg.c6425 new_label_map = htab_create (17, tree_map_hash, tree_map_eq, free); in move_sese_region_to_fn()
H A Dvarasm.c5912 tm_clone_hash = htab_create_ggc (32, tree_map_hash, tree_map_eq, 0); in record_tm_clone_pair()
H A Dtree.c5861 tree_map_hash (const void *item) in tree_map_hash() function
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dvarasm.c5968 static hashval_t hash (tree_map *m) { return tree_map_hash (m); } in hash()
H A Dtree.h5070 extern unsigned int tree_map_hash (const void *);
H A Dtree-cfg.c7667 new_label_map = htab_create (17, tree_map_hash, tree_map_eq, free); in move_sese_region_to_fn()
H A Dtree.c6202 tree_map_hash (const void *item) in tree_map_hash() function
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c12904 dllimport_map = htab_create_ggc (512, tree_map_hash, tree_map_eq, 0); in get_dllimport_decl()