Home
last modified time | relevance | path

Searched defs:lto_tree_ref_encoder (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dlto-streamer.h492 struct lto_tree_ref_encoder struct
494 htab_t tree_hash_table; /* Maps pointers to indices. */
495 unsigned int next_index; /* Next available index. */
/dragonfly/contrib/gcc-8.0/gcc/
H A Dlto-streamer.h478 struct lto_tree_ref_encoder struct
480 hash_map<tree, unsigned> *tree_hash_table; /* Maps pointers to indices. */
481 vec<tree> trees; /* Maps indices to pointers. */