Home
last modified time | relevance | path

Searched refs:call_stmt_cannot_inline_p (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcgraphclones.cc142 new_edge->call_stmt_cannot_inline_p = call_stmt_cannot_inline_p; in clone()
H A Dipa-inline-analysis.cc116 gcc_checking_assert (!e->call_stmt_cannot_inline_p in initialize_inline_failed()
H A Dlto-cgraph.cc273 bp_pack_value (&bp, edge->call_stmt_cannot_inline_p, 1); in lto_output_edge()
274 gcc_assert (!edge->call_stmt_cannot_inline_p in lto_output_edge()
1494 edge->call_stmt_cannot_inline_p = bp_unpack_value (&bp, 1); in input_edge()
H A Dcgraph.cc923 edge->call_stmt_cannot_inline_p = false; in create_edge()
2092 if (call_stmt_cannot_inline_p) in dump_edge_flags()
H A Dcgraph.h1930 unsigned int call_stmt_cannot_inline_p : 1; variable
H A Dipa-fnsummary.cc596 && !e->call_stmt_cannot_inline_p in evaluate_properties_for_edge()
709 else if (e->call_stmt && !e->call_stmt_cannot_inline_p && info->conds) in evaluate_properties_for_edge()
H A Dipa-modref.cc4232 && !callee_edge->call_stmt_cannot_inline_p in compute_parm_map()
5199 || callee_edge->call_stmt_cannot_inline_p) in modref_propagate_flags_in_scc()
H A Dipa-inline.cc362 else if (e->call_stmt_cannot_inline_p) in can_inline_edge_p()
H A DChangeLog-20111723 call_stmt_cannot_inline_p from the stmt if possible.
1731 at the edge call_stmt_cannot_inline_p flag.
1959 Update field call_stmt_cannot_inline_p from call
2286 Update field call_stmt_cannot_inline_p from call graph edge, if needed.
H A DChangeLog-20097167 call_stmt_cannot_inline_p.
7305 edge->call_stmt_cannot_inline_p instead of calling
7312 (cgraph_create_edge): Set edge->call_stmt_cannot_inline_p.
H A DChangeLog-201626150 (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
26155 CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
26159 call_stmt_cannot_inline_p.
H A DChangeLog-2010937 tree_can_inline_p and call_stmt_cannot_inline_p.
941 call_stmt_cannot_inline_p.
H A DChangeLog-201541220 (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphclones.c140 new_edge->call_stmt_cannot_inline_p = call_stmt_cannot_inline_p; in clone()
H A Dipa-inline-analysis.c116 gcc_checking_assert (!e->call_stmt_cannot_inline_p in initialize_inline_failed()
H A Dlto-cgraph.c269 bp_pack_value (&bp, edge->call_stmt_cannot_inline_p, 1); in lto_output_edge()
270 gcc_assert (!edge->call_stmt_cannot_inline_p in lto_output_edge()
1492 edge->call_stmt_cannot_inline_p = bp_unpack_value (&bp, 1); in input_edge()
H A Dcgraph.c915 edge->call_stmt_cannot_inline_p = false; in create_edge()
2065 if (call_stmt_cannot_inline_p) in dump_edge_flags()
H A Dcgraph.h1967 unsigned int call_stmt_cannot_inline_p : 1; variable
H A Dipa-fnsummary.c564 && !e->call_stmt_cannot_inline_p in evaluate_properties_for_edge()
672 else if (e->call_stmt && !e->call_stmt_cannot_inline_p && info->conds) in evaluate_properties_for_edge()
H A Dipa-inline.c351 else if (e->call_stmt_cannot_inline_p)
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-symtab.cc95 e->call_stmt_cannot_inline_p = 1; in lto_cgraph_replace_node()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-symtab.c95 e->call_stmt_cannot_inline_p = 1; in lto_cgraph_replace_node()