Searched refs:call_stmt (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcgraph.c301 return htab_hash_pointer (((struct cgraph_edge *) x)->call_stmt);
309 return ((struct cgraph_edge *) x)->call_stmt == y;
314 cgraph_edge (struct cgraph_node *node, tree call_stmt) argument
320 return htab_find_with_hash (node->call_site_hash, call_stmt,
321 htab_hash_pointer (call_stmt));
330 if (e->call_stmt == call_stmt)
341 e2->call_stmt,
342 htab_hash_pointer (e2->call_stmt),
358 e->call_stmt,
377 cgraph_create_edge(struct cgraph_node *caller, struct cgraph_node *callee, tree call_stmt, gcov_type count, int nest) argument
1037 cgraph_clone_edge(struct cgraph_edge *e, struct cgraph_node *n, tree call_stmt, gcov_type count_scale, int loop_nest, bool update_original) argument
[all...]
H A Dcgraph.h183 tree call_stmt; local
H A Dtree-mudflap.c1174 tree arg, args, call_stmt; local
1188 call_stmt = build_function_call_expr (mf_register_fndecl, args);
1190 append_to_statement_list (call_stmt, &enqueued_call_stmt_chain);
1254 tree call_stmt = build_function_call_expr (mf_set_options_fndecl, arg); local
1255 append_to_statement_list (call_stmt, &ctor_statements);
H A Dcgraphunit.c790 error ("shared call_stmt:");
823 error ("edge %s->%s has no corresponding call_stmt",
826 debug_generic_stmt (e->call_stmt);
1761 TREE_OPERAND (TREE_OPERAND (get_call_expr_in (e->call_stmt), 0), 0) = new_version->decl;
1797 new_e = cgraph_clone_edge (e, new_version, e->call_stmt, 0, e->loop_nest, true);
H A Dipa-prop.c398 return cs->call_stmt;
H A Dipa-cp.c939 (get_call_expr_in (cs->call_stmt), 0), 0) =

Completed in 75 milliseconds