Home
last modified time | relevance | path

Searched refs:call_stmt (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dcgraph.c301 return htab_hash_pointer (((struct cgraph_edge *) x)->call_stmt); in edge_hash()
309 return ((struct cgraph_edge *) x)->call_stmt == y; in edge_eq()
314 cgraph_edge (struct cgraph_node *node, tree call_stmt) in cgraph_edge() argument
320 return htab_find_with_hash (node->call_site_hash, call_stmt, in cgraph_edge()
321 htab_hash_pointer (call_stmt)); in cgraph_edge()
330 if (e->call_stmt == call_stmt) in cgraph_edge()
341 e2->call_stmt, in cgraph_edge()
342 htab_hash_pointer (e2->call_stmt), in cgraph_edge()
358 e->call_stmt, in cgraph_set_call_stmt()
359 htab_hash_pointer (e->call_stmt)); in cgraph_set_call_stmt()
[all …]
Dtree-mudflap.c1174 tree arg, args, call_stmt; in mudflap_register_call() local
1188 call_stmt = build_function_call_expr (mf_register_fndecl, args); in mudflap_register_call()
1190 append_to_statement_list (call_stmt, &enqueued_call_stmt_chain); in mudflap_register_call()
1254 tree call_stmt = build_function_call_expr (mf_set_options_fndecl, arg); in mudflap_finish_file() local
1255 append_to_statement_list (call_stmt, &ctor_statements); in mudflap_finish_file()
Dcgraph.h183 tree call_stmt; member
Dcgraphunit.c826 debug_generic_stmt (e->call_stmt); in verify_cgraph_node()
1761 TREE_OPERAND (TREE_OPERAND (get_call_expr_in (e->call_stmt), 0), 0) = new_version->decl; in update_call_expr()
1797 new_e = cgraph_clone_edge (e, new_version, e->call_stmt, 0, e->loop_nest, true); in cgraph_copy_node_for_versioning()
Dipa-prop.c398 return cs->call_stmt; in ipa_callsite_tree()
Dipa-cp.c939 (get_call_expr_in (cs->call_stmt), 0), 0) = in ipcp_update_callgraph()
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dstb.c156 call_stmt; member