Home
last modified time | relevance | path

Searched refs:in_polymorphic_cdtor (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-inline-transform.cc314 cs->in_polymorphic_cdtor = true; in mark_all_inlined_calls_cdtor()
319 cs->in_polymorphic_cdtor = true; in mark_all_inlined_calls_cdtor()
505 if (e->in_polymorphic_cdtor) in inline_call()
H A Dcgraphclones.cc144 new_edge->in_polymorphic_cdtor = in_polymorphic_cdtor; in clone()
H A Dcgraph.cc927 edge->in_polymorphic_cdtor in create_edge()
931 edge->in_polymorphic_cdtor = caller->thunk; in create_edge()
1125 e2->in_polymorphic_cdtor = in_polymorphic_cdtor; in make_speculative()
H A Dlto-cgraph.cc277 bp_pack_value (&bp, edge->in_polymorphic_cdtor, 1); in lto_output_edge()
1496 edge->in_polymorphic_cdtor = bp_unpack_value (&bp, 1); in input_edge()
H A Dipa-cp.cc1615 srcctx.possible_dynamic_type_change (cs->in_polymorphic_cdtor); in ipa_context_from_jfunc()
2332 cur.possible_dynamic_type_change (cs->in_polymorphic_cdtor); in propagate_context_across_jump_function()
3134 context.possible_dynamic_type_change (ie->in_polymorphic_cdtor, in ipa_get_indirect_edge_target_1()
3149 context.possible_dynamic_type_change (ie->in_polymorphic_cdtor, in ipa_get_indirect_edge_target_1()
H A Dipa-prop.cc3220 ctx.possible_dynamic_type_change (e->in_polymorphic_cdtor); in update_jump_functions_after_inlining()
3293 ctx.possible_dynamic_type_change (e->in_polymorphic_cdtor); in update_jump_functions_after_inlining()
3911 ctx.possible_dynamic_type_change (ie->in_polymorphic_cdtor, in try_make_edge_direct_virtual_call()
H A Dcgraph.h1953 unsigned in_polymorphic_cdtor : 1; variable
H A DChangeLog-201416314 in_polymorphic_cdtor
16315 * cgraph.c (symbol_table::create_edge): Compute in_polymorphic_cdtor.
16316 (cgraph_edge::make_speculative): Copy in_polymorphic_cdtor.
16319 try_make_edge_direct_virtual_call): Pass in_polymorphic_cdtor
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-inline-transform.c305 cs->in_polymorphic_cdtor = true; in mark_all_inlined_calls_cdtor()
310 cs->in_polymorphic_cdtor = true; in mark_all_inlined_calls_cdtor()
489 if (e->in_polymorphic_cdtor) in inline_call()
H A Dcgraphclones.c142 new_edge->in_polymorphic_cdtor = in_polymorphic_cdtor; in clone()
H A Dcgraph.c919 edge->in_polymorphic_cdtor in create_edge()
923 edge->in_polymorphic_cdtor = caller->thunk.thunk_p; in create_edge()
1115 e2->in_polymorphic_cdtor = in_polymorphic_cdtor; in make_speculative()
H A Dlto-cgraph.c273 bp_pack_value (&bp, edge->in_polymorphic_cdtor, 1); in lto_output_edge()
1494 edge->in_polymorphic_cdtor = bp_unpack_value (&bp, 1); in input_edge()
H A Dipa-cp.c1500 srcctx.possible_dynamic_type_change (cs->in_polymorphic_cdtor); in ipa_context_from_jfunc()
2276 cur.possible_dynamic_type_change (cs->in_polymorphic_cdtor);
3077 context.possible_dynamic_type_change (ie->in_polymorphic_cdtor,
3092 context.possible_dynamic_type_change (ie->in_polymorphic_cdtor,
H A Dipa-prop.c3030 ctx.possible_dynamic_type_change (e->in_polymorphic_cdtor); in update_jump_functions_after_inlining()
3103 ctx.possible_dynamic_type_change (e->in_polymorphic_cdtor); in update_jump_functions_after_inlining()
3714 ctx.possible_dynamic_type_change (ie->in_polymorphic_cdtor, in try_make_edge_direct_virtual_call()
H A Dcgraph.h1990 unsigned in_polymorphic_cdtor : 1; variable