Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc.old/dist/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.c183 if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in input_gimple_stmt() local
H A Dtree-object-size.c1018 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 Dcgraph.c679 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 Dtree-inline.h78 gcall *call_stmt; member
H A Dgimple-walk.c810 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 Dcgraphclones.c93 cgraph_edge::clone (cgraph_node *n, gcall *call_stmt, unsigned stmt_uid, in clone()
H A Dipa-pure-const.c895 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 Dcgraphbuild.cc318 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.cc183 if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in input_gimple_stmt() local
H A Dtree-inline.h78 gcall *call_stmt; member
H A Dcgraph.cc687 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 Dgimple-walk.cc827 else if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in walk_stmt_load_store_addr_ops() local
H A Dvtable-verify.cc669 gcall *call_stmt; in verify_bb_vtables() local
H A Dcgraphclones.cc95 cgraph_edge::clone (cgraph_node *n, gcall *call_stmt, unsigned stmt_uid, in clone()
H A Dtree-ssa-scopedtables.cc753 else if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in expr_hash_elt() local
H A Dtree-object-size.cc1681 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 Dipa-pure-const.cc895 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 Dtree-inline.cc1868 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 Dsupergraph.cc961 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 Danalyzer.cc144 gcall *call_stmt = as_a <gcall *> (def_stmt); in maybe_reconstruct_from_def_stmt() local
H A Dsupergraph.cc1244 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 Dprogram-state.cc1061 const gcall *call_stmt, in push_call()
1084 const gcall *call_stmt, in returning_call()

123