Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDlto-streamer-out.c623 unsigned scc_entry_len = 0; in DFS() local
630 scc_entry_len = size + 1; in DFS()
638 if (i - from < scc_entry_len) in DFS()
640 scc_entry_len = i - from; in DFS()
644 for (unsigned i = 0; i < scc_entry_len; ++i) in DFS()
653 gcc_checking_assert (scc_entry_len == 1); in DFS()
673 streamer_write_uhwi (ob, scc_entry_len); in DFS()
HDlto-streamer-in.c1425 unsigned scc_entry_len = 1; in lto_input_scc() local
1437 scc_entry_len = streamer_read_uhwi (ib); in lto_input_scc()
1465 *entry_len = scc_entry_len; in lto_input_scc()
/dragonfly/contrib/gcc-8.0/gcc/lto/
HDlto.c1566 unsigned len, unsigned scc_entry_len, hashval_t scc_hash) in unify_scc() argument
1575 scc->entry_len = scc_entry_len; in unify_scc()
1769 unsigned scc_entry_len; in lto_read_decls() local
1771 &scc_entry_len); in lto_read_decls()
1791 len, scc_entry_len, scc_hash)) in lto_read_decls()