/netbsd-src/external/gpl3/gcc.old/dist/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 | 183 if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in input_gimple_stmt() local
|
H A D | tree-object-size.c | 1018 gcall *call_stmt = as_a <gcall *> (stmt); in collect_object_sizes_for() local 1155 gcall *call_stmt = as_a <gcall *> (stmt); in check_for_plus_in_loops_1() local
|
H A D | cgraph.c | 679 cgraph_edge_hasher::hash (gimple *call_stmt) in hash() 732 cgraph_node::get_edge (gimple *call_stmt) in get_edge() 865 gcall *call_stmt, profile_count count, in create_edge() 938 gcall *call_stmt, profile_count count, bool cloning_p) in create_edge() 977 cgraph_node::create_indirect_edge (gcall *call_stmt, int ecf_flags, in create_indirect_edge()
|
H A D | tree-inline.h | 78 gcall *call_stmt; member
|
H A D | gimple-walk.c | 810 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 | cgraphclones.c | 93 cgraph_edge::clone (cgraph_node *n, gcall *call_stmt, unsigned stmt_uid, in clone()
|
H A D | ipa-pure-const.c | 895 if (gcall *call_stmt = dyn_cast<gcall *> (def)) in malloc_candidate_p_1() local 937 gcall *call_stmt = dyn_cast<gcall *> (arg_def); in malloc_candidate_p_1() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cgraphbuild.cc | 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.cc | 183 if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in input_gimple_stmt() local
|
H A D | tree-inline.h | 78 gcall *call_stmt; member
|
H A D | cgraph.cc | 687 cgraph_edge_hasher::hash (gimple *call_stmt) in hash() 740 cgraph_node::get_edge (gimple *call_stmt) in get_edge() 873 gcall *call_stmt, profile_count count, in create_edge() 948 gcall *call_stmt, profile_count count, bool cloning_p) in create_edge() 987 cgraph_node::create_indirect_edge (gcall *call_stmt, int ecf_flags, in create_indirect_edge()
|
H A D | gimple-walk.cc | 827 else if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in walk_stmt_load_store_addr_ops() local
|
H A D | vtable-verify.cc | 669 gcall *call_stmt; in verify_bb_vtables() local
|
H A D | cgraphclones.cc | 95 cgraph_edge::clone (cgraph_node *n, gcall *call_stmt, unsigned stmt_uid, in clone()
|
H A D | tree-ssa-scopedtables.cc | 753 else if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in expr_hash_elt() local
|
H A D | tree-object-size.cc | 1681 gcall *call_stmt = as_a <gcall *> (stmt); in collect_object_sizes_for() local 1824 gcall *call_stmt = as_a <gcall *> (stmt); in check_for_plus_in_loops_1() local
|
H A D | ipa-pure-const.cc | 895 if (gcall *call_stmt = dyn_cast<gcall *> (def)) in malloc_candidate_p_1() local 937 gcall *call_stmt = dyn_cast<gcall *> (arg_def); in malloc_candidate_p_1() local
|
H A D | tree-inline.cc | 1868 if (gcall *call_stmt = dyn_cast <gcall *> (copy)) in remap_gimple_stmt() local 2114 gcall *call_stmt; in copy_bb() local 2251 if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in copy_bb() local 4776 gcall *call_stmt; in expand_call_inline() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | supergraph.cc | 961 const gcall *call_stmt = get_call_stmt (); in get_arg_for_parm() local 991 const gcall *call_stmt = get_call_stmt (); in get_parm_for_arg() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | analyzer.cc | 144 gcall *call_stmt = as_a <gcall *> (def_stmt); in maybe_reconstruct_from_def_stmt() local
|
H A D | supergraph.cc | 1244 const gcall *call_stmt = get_call_stmt (); in get_arg_for_parm() local 1274 const gcall *call_stmt = get_call_stmt (); in get_parm_for_arg() local
|
H A D | program-state.cc | 1061 const gcall *call_stmt, in push_call() 1084 const gcall *call_stmt, in returning_call()
|