Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c1594 compare_tree_sccs (tree_scc *pscc, tree_scc *scc, in compare_tree_sccs() argument
1601 for (unsigned i = 0; i < pscc->entry_len; ++i) in compare_tree_sccs()
1605 if (compare_tree_sccs_1 (pscc->entries[0], scc->entries[i], &mapp)) in compare_tree_sccs()
1708 for (tree_scc *pscc = *slot; pscc; pscc = pscc->next) in unify_scc() local
1710 if (!compare_tree_sccs (pscc, scc, map)) in unify_scc()
1735 process_dref (data_in, pscc->entries[0], from); in unify_scc()
1736 lto_maybe_register_decl (data_in, pscc->entries[0], from); in unify_scc()
1737 streamer_tree_cache_replace_tree (cache, pscc->entries[0], from); in unify_scc()
1785 tree_scc *pscc in unify_scc() local
1787 memcpy (pscc, scc, sizeof (tree_scc)); in unify_scc()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc1603 compare_tree_sccs (tree_scc *pscc, tree_scc *scc, in compare_tree_sccs() argument
1610 for (unsigned i = 0; i < pscc->entry_len; ++i) in compare_tree_sccs()
1614 if (compare_tree_sccs_1 (pscc->entries[0], scc->entries[i], &mapp)) in compare_tree_sccs()
1717 for (tree_scc *pscc = *slot; pscc; pscc = pscc->next) in unify_scc() local
1719 if (!compare_tree_sccs (pscc, scc, map)) in unify_scc()
1744 process_dref (data_in, pscc->entries[0], from); in unify_scc()
1745 lto_maybe_register_decl (data_in, pscc->entries[0], from); in unify_scc()
1746 streamer_tree_cache_replace_tree (cache, pscc->entries[0], from); in unify_scc()
1794 tree_scc *pscc in unify_scc() local
1796 memcpy (pscc, scc, sizeof (tree_scc)); in unify_scc()
[all …]