Home
last modified time | relevance | path

Searched defs:call_stmt (Results 1 – 25 of 40) sorted by relevance

12

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcgraphbuild.c318 if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in execute() local
412 if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in rebuild_edges() local
H A Dgimple-streamer-in.c186 if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in input_gimple_stmt() local
H A Dcgraph.c679 cgraph_edge_hasher::hash (gimple *call_stmt) in hash()
730 cgraph_node::get_edge (gimple *call_stmt) in get_edge()
830 gcall *call_stmt, profile_count count, in create_edge()
912 gcall *call_stmt, profile_count count) in create_edge()
948 cgraph_node::create_indirect_edge (gcall *call_stmt, int ecf_flags, in create_indirect_edge()
3837 gimple_check_call_matching_types (gimple *call_stmt, tree callee, in gimple_check_call_matching_types()
H A Dtree-object-size.c1000 gcall *call_stmt = as_a <gcall *> (stmt); in collect_object_sizes_for() local
1137 gcall *call_stmt = as_a <gcall *> (stmt); in check_for_plus_in_loops_1() local
H A Dtree-inline.h84 gcall *call_stmt; member
H A Dgimple-walk.c799 else if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in walk_stmt_load_store_addr_ops() local
H A Dvtable-verify.c669 gcall *call_stmt; in verify_bb_vtables() local
H A Dtree-ssa-scopedtables.c753 else if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in expr_hash_elt() local
H A Dipa-pure-const.c950 if (gcall *call_stmt = dyn_cast<gcall *> (def)) in malloc_candidate_p() local
980 gcall *call_stmt = dyn_cast<gcall *> (arg_def); in malloc_candidate_p() local
H A Dcgraphclones.c88 cgraph_edge::clone (cgraph_node *n, gcall *call_stmt, unsigned stmt_uid, in clone()
H A Dtree-inline.c1664 if (gcall *call_stmt = dyn_cast <gcall *> (copy)) in remap_gimple_stmt() local
1877 gcall *call_stmt; in copy_bb() local
2031 if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in copy_bb() local
4397 gcall *call_stmt; in expand_call_inline() local
H A Dtree-ssa-math-opts.c1261 gcall *call_stmt; in build_and_insert_call() local
2315 gcall *call_stmt in convert_expand_mult_copysign() local
3413 gcall *call_stmt = gimple_build_call_internal (IFN_DIVMOD, 2, op1, op2); in convert_to_divmod() local
H A Dtrans-mem.c3242 gcall *call_stmt; in expand_block_edges() local
3949 gcall *call_stmt = as_a <gcall *> (stmt); in tm_memopt_transform_blocks() local
3965 gcall *call_stmt = as_a <gcall *> (stmt); in tm_memopt_transform_blocks() local
H A Dvalue-prof.c1273 check_ic_target (gcall *call_stmt, struct cgraph_node *target) in check_ic_target()
H A Dtree-ssa-sccvn.c4119 else if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in visit_use() local
5772 if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in before_dom_children() local
H A Dubsan.c676 gcall *call_stmt = dyn_cast <gcall *> (stmt); in ubsan_create_edge() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-mudflap.c1233 tree arg, call_stmt; in mudflap_register_call() local
1308 tree call_stmt = build_call_expr (mf_set_options_fndecl, 1, arg); in mudflap_finish_file() local
H A Dcgraph.c773 cgraph_edge (struct cgraph_node *node, gimple call_stmt) in cgraph_edge()
946 gimple call_stmt, gcov_type count, int freq) in cgraph_create_edge_1()
1010 gimple call_stmt, gcov_type count, int freq) in cgraph_create_edge()
1047 cgraph_create_indirect_edge (struct cgraph_node *caller, gimple call_stmt, in cgraph_create_indirect_edge()
2034 gimple call_stmt, unsigned stmt_uid, gcov_type count_scale, in cgraph_clone_edge()
H A Dmatrix-reorg.c162 gimple call_stmt; /* Tree for "T4 = malloc (T3);" */ member
1578 gimple call_stmt; in check_allocation_function() local
2191 gimple call_stmt = mi->malloc_for_level[i]; in transform_allocation_sites() local
H A Dgimple-low.c290 gimple_check_call_matching_types (gimple call_stmt, tree callee) in gimple_check_call_matching_types()
H A Dvalue-prof.c1122 check_ic_target (gimple call_stmt, struct cgraph_node *target) in check_ic_target()
H A Dcgraph.h349 gimple call_stmt; member
H A Dgimple-fold.c988 gimple call_stmt = gsi_stmt (*gsi); in gimple_adjust_this_by_delta() local
H A Dtree-ssa-math-opts.c1041 gimple call_stmt; in build_and_insert_call() local
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dgimple-parser.c395 gcall *call_stmt = gimple_build_call_internal_vec (IFN_PHI, vargs); in c_parser_gimple_statement() local

12