Searched refs:call_stmt_cannot_inline_p (Results 1 – 22 of 22) sorted by relevance
142 new_edge->call_stmt_cannot_inline_p = call_stmt_cannot_inline_p; in clone()
116 gcc_checking_assert (!e->call_stmt_cannot_inline_p in initialize_inline_failed()
273 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()
923 edge->call_stmt_cannot_inline_p = false; in create_edge()2092 if (call_stmt_cannot_inline_p) in dump_edge_flags()
1930 unsigned int call_stmt_cannot_inline_p : 1; variable
596 && !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()
4232 && !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()
362 else if (e->call_stmt_cannot_inline_p) in can_inline_edge_p()
1723 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 call2286 Update field call_stmt_cannot_inline_p from call graph edge, if needed.
7167 call_stmt_cannot_inline_p.7305 edge->call_stmt_cannot_inline_p instead of calling7312 (cgraph_create_edge): Set edge->call_stmt_cannot_inline_p.
26150 (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.
937 tree_can_inline_p and call_stmt_cannot_inline_p.941 call_stmt_cannot_inline_p.
41220 (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p.
140 new_edge->call_stmt_cannot_inline_p = call_stmt_cannot_inline_p; in clone()
269 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()
915 edge->call_stmt_cannot_inline_p = false; in create_edge()2065 if (call_stmt_cannot_inline_p) in dump_edge_flags()
1967 unsigned int call_stmt_cannot_inline_p : 1; variable
564 && !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()
351 else if (e->call_stmt_cannot_inline_p)
95 e->call_stmt_cannot_inline_p = 1; in lto_cgraph_replace_node()