Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/lto/
H A Dlto.c943 struct tree_scc struct
945 tree_scc *next; argument
962 struct tree_scc_hasher : nofree_ptr_hash <tree_scc> argument
964 static inline hashval_t hash (const tree_scc *);
965 static inline bool equal (const tree_scc *, const tree_scc *);
969 tree_scc_hasher::hash (const tree_scc *scc) in hash()
975 tree_scc_hasher::equal (const tree_scc *scc1, const tree_scc *scc2) in equal()
1521 compare_tree_sccs (tree_scc *pscc, tree_scc *scc, in compare_tree_sccs()
1570 tree_scc *scc in unify_scc()
1571 = (tree_scc *) alloca (sizeof (tree_scc) + (len - 1) * sizeof (tree)); in unify_scc()
[all …]