Searched refs:record_reference (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | cgraphunit.c | 173 static tree record_reference (tree *, int *, void *); 297 walk_tree (&DECL_INITIAL (decl), record_reference, NULL, visited_nodes); in cgraph_varpool_analyze_pending_decls() 518 record_reference (tree *tp, int *walk_subtrees, void *data) in record_reference() function 593 record_reference, node, visited_nodes); in cgraph_create_edges() 596 record_reference, node, visited_nodes); in cgraph_create_edges() 599 walk_tree (bsi_stmt_ptr (bsi), record_reference, node, visited_nodes); in cgraph_create_edges() 613 walk_tree (&DECL_INITIAL (decl), record_reference, node, visited_nodes); in cgraph_create_edges()
|