Lines Matching defs:scc_hash
771 hashval_t scc_hash = 0;
794 scc_hash = hash_scc (ob, first, size, ref_p, this_ref_p);
868 streamer_write_uhwi (ob, scc_hash);
892 lto_output_tree_1 (ob, expr, scc_hash, ref_p, this_ref_p);
1664 hashval_t scc_hash;
1690 scc_hash = sccstack[first].hash;
1696 scc_hash
1697 = iterative_hash_hashval_t (scc_hash,
1709 scc_hash = sccstack[first].hash;
1711 scc_hash
1712 = iterative_hash_hashval_t (scc_hash, sccstack[first+i].hash);
1725 = iterative_hash_hashval_t (sccstack[first+i].hash, scc_hash);
1726 return scc_hash;