Home
last modified time | relevance | path

Searched refs:local_trees (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer-out.cc89 ob->local_trees = new (hash_set <tree>); in create_output_block()
115 delete ob->local_trees; in destroy_output_block()
717 if (ob->local_trees && local_tree_p (expr)) in DFS()
773 bool local_to_unit = !ob->local_trees in DFS()
778 if (local_to_unit && ob->local_trees) in DFS()
781 ob->local_trees->add (sccstack[first + i].t); in DFS()
1767 if (ob->local_trees in DFS_write_tree()
1768 && ob->local_trees->contains (expr)) in DFS_write_tree()
H A Dlto-streamer.h731 hash_set<tree> *local_trees; member
H A DChangeLog-202021726 (create_output_block): Initialize local_trees if merigng is going
21728 (destroy_output_block): Destroy local_trees.
21735 (struct output_block): Add local_trees.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-streamer-out.c89 ob->local_trees = new (hash_set <tree>); in create_output_block()
115 delete ob->local_trees; in destroy_output_block()
697 if (ob->local_trees && local_tree_p (expr)) in DFS()
753 bool local_to_unit = !ob->local_trees in DFS()
758 if (local_to_unit && ob->local_trees) in DFS()
761 ob->local_trees->add (sccstack[first + i].t); in DFS()
1728 if (ob->local_trees in DFS_write_tree()
1729 && ob->local_trees->contains (expr)) in DFS_write_tree()
H A Dlto-streamer.h771 hash_set<tree> *local_trees; member