Searched refs:visited_nodes (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | cgraphunit.c | 184 static struct pointer_set_t *visited_nodes; variable 296 visited_nodes = pointer_set_create (); in cgraph_varpool_analyze_pending_decls() 297 walk_tree (&DECL_INITIAL (decl), record_reference, NULL, visited_nodes); in cgraph_varpool_analyze_pending_decls() 298 pointer_set_destroy (visited_nodes); in cgraph_varpool_analyze_pending_decls() 299 visited_nodes = NULL; in cgraph_varpool_analyze_pending_decls() 590 visited_nodes = pointer_set_create (); in cgraph_create_edges() 607 record_reference, node, visited_nodes); in cgraph_create_edges() 610 record_reference, node, visited_nodes); in cgraph_create_edges() 613 walk_tree (bsi_stmt_ptr (bsi), record_reference, node, visited_nodes); in cgraph_create_edges() 627 walk_tree (&DECL_INITIAL (decl), record_reference, node, visited_nodes); in cgraph_create_edges() [all …]
|
| HD | ipa-pure-const.c | 56 static struct pointer_set_t *visited_nodes; variable 411 walk_tree (&DECL_INITIAL (t), scan_function, fn, visited_nodes); in scan_function() 551 fn, visited_nodes); in analyze_function() 613 visited_nodes = pointer_set_create (); in static_execute() 627 pointer_set_destroy (visited_nodes); in static_execute() 628 visited_nodes = NULL; in static_execute()
|
| HD | ipa-reference.c | 97 static struct pointer_set_t *visited_nodes; variable 493 walk_tree (&DECL_INITIAL (t), scan_for_static_refs, fn, visited_nodes); in scan_for_static_refs() 764 visited_nodes = pointer_set_create (); in ipa_init() 781 NULL, visited_nodes); in analyze_variable() 817 fn, visited_nodes); in analyze_function() 834 fn, visited_nodes); in analyze_function() 927 pointer_set_destroy (visited_nodes); in static_execute() 928 visited_nodes = NULL; in static_execute()
|
| HD | ipa-type-escape.c | 136 static struct pointer_set_t *visited_nodes; variable 1183 walk_tree (&DECL_INITIAL (t), scan_for_refs, fn, visited_nodes); in scan_for_refs() 1329 visited_nodes = pointer_set_create (); in ipa_init() 1354 walk_tree (&DECL_INITIAL (global), scan_for_refs, NULL, visited_nodes); in analyze_variable() 1378 fn, visited_nodes); in analyze_function() 1395 fn, visited_nodes); in analyze_function() 1702 pointer_set_destroy (visited_nodes); in type_escape_execute() 1703 visited_nodes = NULL; in type_escape_execute()
|
| HD | tree-inline.c | 1849 struct pointer_set_t *visited_nodes; in estimate_num_insns() local 1859 visited_nodes = pointer_set_create (); in estimate_num_insns() 1867 &num, visited_nodes); in estimate_num_insns() 1870 pointer_set_destroy (visited_nodes); in estimate_num_insns()
|
| HD | ChangeLog-2003 | 9461 * cgraphunit.c (visited_nodes): New static variable. 9462 (record_call_1): Use walk_tree with visited_nodes. 9463 (cgraph_create_edges): Use walk_tree with visited_nodes. 9464 Setup/teardown visited_nodes hashtable.
|