/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cgraphbuild.c | 318 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 D | gimple-streamer-in.c | 186 if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in input_gimple_stmt() local
|
H A D | cgraph.c | 679 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 D | tree-object-size.c | 1000 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 D | tree-inline.h | 84 gcall *call_stmt; member
|
H A D | gimple-walk.c | 799 else if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in walk_stmt_load_store_addr_ops() local
|
H A D | vtable-verify.c | 669 gcall *call_stmt; in verify_bb_vtables() local
|
H A D | tree-ssa-scopedtables.c | 753 else if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in expr_hash_elt() local
|
H A D | ipa-pure-const.c | 950 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 D | cgraphclones.c | 88 cgraph_edge::clone (cgraph_node *n, gcall *call_stmt, unsigned stmt_uid, in clone()
|
H A D | tree-inline.c | 1664 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 D | tree-ssa-math-opts.c | 1261 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 D | trans-mem.c | 3242 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 D | value-prof.c | 1273 check_ic_target (gcall *call_stmt, struct cgraph_node *target) in check_ic_target()
|
H A D | tree-ssa-sccvn.c | 4119 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 D | ubsan.c | 676 gcall *call_stmt = dyn_cast <gcall *> (stmt); in ubsan_create_edge() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-mudflap.c | 1233 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 D | cgraph.c | 773 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 D | matrix-reorg.c | 162 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 D | gimple-low.c | 290 gimple_check_call_matching_types (gimple call_stmt, tree callee) in gimple_check_call_matching_types()
|
H A D | value-prof.c | 1122 check_ic_target (gimple call_stmt, struct cgraph_node *target) in check_ic_target()
|
H A D | cgraph.h | 349 gimple call_stmt; member
|
H A D | gimple-fold.c | 988 gimple call_stmt = gsi_stmt (*gsi); in gimple_adjust_this_by_delta() local
|
H A D | tree-ssa-math-opts.c | 1041 gimple call_stmt; in build_and_insert_call() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | gimple-parser.c | 395 gcall *call_stmt = gimple_build_call_internal_vec (IFN_PHI, vargs); in c_parser_gimple_statement() local
|