Lines Matching refs:pscc
1594 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()
1788 pscc->next = (*slot); in unify_scc()
1789 *slot = pscc; in unify_scc()