HomeSort by: relevance | last modified time | path
    Searched defs:scc_hash (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc 1670 hash value SCC_HASH with an already recorded SCC. Return true if
1675 unsigned len, unsigned scc_entry_len, hashval_t scc_hash)
1682 scc->hash = scc_hash;
1703 slot = tree_scc_hash->find_slot_with_hash (scc, scc_hash, INSERT);
1911 hashval_t scc_hash = lto_input_scc (&ib_main, data_in, &len_, local
1940 len, scc_entry_len, scc_hash))
  /src/external/gpl3/gcc/dist/gcc/
lto-streamer-in.cc 1787 hashval_t scc_hash = 0; local
1795 scc_hash = streamer_read_uhwi (ib);
1801 lto_input_tree_1 (ib, data_in, tag, scc_hash);
1835 return scc_hash;
lto-streamer-out.cc 778 hashval_t scc_hash = 0; local
801 scc_hash = hash_scc (ob, first, size, ref_p, this_ref_p);
875 streamer_write_uhwi (ob, scc_hash);
899 lto_output_tree_1 (ob, expr, scc_hash, ref_p, this_ref_p);
1673 hashval_t scc_hash; local
1699 scc_hash = sccstack[first].hash;
1705 scc_hash
1706 = iterative_hash_hashval_t (scc_hash,
1718 scc_hash = sccstack[first].hash;
1720 scc_hash
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 1665 hash value SCC_HASH with an already recorded SCC. Return true if
1670 unsigned len, unsigned scc_entry_len, hashval_t scc_hash)
1677 scc->hash = scc_hash;
1698 slot = tree_scc_hash->find_slot_with_hash (scc, scc_hash, INSERT);
1906 hashval_t scc_hash = lto_input_scc (&ib_main, data_in, &len_, local
1935 len, scc_entry_len, scc_hash))
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer-in.cc 1759 hashval_t scc_hash = 0; local
1767 scc_hash = streamer_read_uhwi (ib);
1773 lto_input_tree_1 (ib, data_in, tag, scc_hash);
1807 return scc_hash;
lto-streamer-out.cc 771 hashval_t scc_hash = 0; local
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; local
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
    [all...]

Completed in 25 milliseconds