Lines Matching refs:cgraph_node
74 cgraph_node *node = cgraph_node::get_create (decl); in record_reference()
105 record_type_list (cgraph_node *node, tree list) in record_type_list()
130 record_eh_tables (cgraph_node *node, function *fun) in record_eh_tables()
137 cgraph_node *per_node = cgraph_node::get_create (per_decl); in record_eh_tables()
205 cgraph_node *node = cgraph_node::get_create (addr); in mark_address()
230 cgraph_node *node = cgraph_node::get_create (t); in mark_load()
261 cgraph_node::record_stmt_references (gimple *stmt) in record_stmt_references()
301 cgraph_node *node = cgraph_node::get (current_function_decl); in execute()
322 node->create_edge (cgraph_node::get_create (decl), call_stmt, bb->count); in execute()
334 node->create_reference (cgraph_node::get_create (fn), in execute()
341 node->create_reference (cgraph_node::get_create (fn), in execute()
345 node->create_reference (cgraph_node::get_create (fn), in execute()
397 cgraph_node *node = cgraph_node::get (current_function_decl); in rebuild_edges()
416 node->create_edge (cgraph_node::get_create (decl), call_stmt, in rebuild_edges()
442 cgraph_node *node = cgraph_node::get (current_function_decl); in rebuild_references()
537 cgraph_node *node = cgraph_node::get (current_function_decl); in execute()