Home
last modified time | relevance | path

Searched refs:possible_polymorphic_call_target_p (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-utils.h75 bool possible_polymorphic_call_target_p (tree ref, gimple *stmt, struct cgraph_node *n);
79 bool possible_polymorphic_call_target_p (tree, HOST_WIDE_INT,
168 possible_polymorphic_call_target_p (struct cgraph_edge *e, in possible_polymorphic_call_target_p() function
173 return possible_polymorphic_call_target_p (e->indirect_info->otr_type, in possible_polymorphic_call_target_p()
H A Dipa-profile.cc910 && !possible_polymorphic_call_target_p (e, n2)) in ipa_profile()
H A Dipa-devirt.cc3464 possible_polymorphic_call_target_p (tree otr_type, in possible_polymorphic_call_target_p() function
3500 possible_polymorphic_call_target_p (tree ref, in possible_polymorphic_call_target_p() function
3507 return possible_polymorphic_call_target_p (obj_type_ref_class (call_fn), in possible_polymorphic_call_target_p()
H A Dipa-prop.cc3887 || !possible_polymorphic_call_target_p in try_make_edge_direct_virtual_call()
3942 if (!possible_polymorphic_call_target_p in try_make_edge_direct_virtual_call()
H A Dipa-cp.cc3107 || !possible_polymorphic_call_target_p in ipa_get_indirect_edge_target_1()
3190 if (target && !possible_polymorphic_call_target_p (ie, in ipa_get_indirect_edge_target_1()
H A Dgimple-fold.cc5451 && !possible_polymorphic_call_target_p in gimple_fold_call()
H A DChangeLog-20137252 (possible_polymorphic_call_target_p): Likewise.
7272 (possible_polymorphic_call_target_p): Add context.
7605 * ipa-utils.h (possible_polymorphic_call_target_p): Likewise.
11916 (possible_polymorphic_call_target_p): Likewise.
17743 * ipa-utils.h (possible_polymorphic_call_target_p): New function.
17744 * ipa-devirt.c (possible_polymorphic_call_target_p): Be tolerant
21800 (possible_polymorphic_call_target_p): Declare.
21801 (possible_polymorphic_call_target_p): New.
21815 (possible_polymorphic_call_target_p): New predicate.
H A DChangeLog-201417710 possible_polymorphic_call_target_p,
17711 possible_polymorphic_call_target_p): Simplify.
28929 possible_polymorphic_call_target_p, possible_polymorphic_call_target_p): Simplify.
H A DChangeLog-201629237 (possible_polymorphic_call_target_p): Fix formatting.
34460 (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
H A DChangeLog-201918421 * ipa-devirt.c (possible_polymorphic_call_target_p): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-utils.h69 bool possible_polymorphic_call_target_p (tree ref, gimple *stmt, struct cgraph_node *n);
73 bool possible_polymorphic_call_target_p (tree, HOST_WIDE_INT,
162 possible_polymorphic_call_target_p (struct cgraph_edge *e, in possible_polymorphic_call_target_p() function
167 return possible_polymorphic_call_target_p (e->indirect_info->otr_type, in possible_polymorphic_call_target_p()
H A Dipa-profile.c923 && !possible_polymorphic_call_target_p (e, n2)) in ipa_profile()
H A Dipa-devirt.c3440 possible_polymorphic_call_target_p (tree otr_type,
3476 possible_polymorphic_call_target_p (tree ref,
3483 return possible_polymorphic_call_target_p (obj_type_ref_class (call_fn),
H A Dipa-cp.c3050 || !possible_polymorphic_call_target_p
3133 if (target && !possible_polymorphic_call_target_p (ie,
H A Dipa-prop.c3690 || !possible_polymorphic_call_target_p in try_make_edge_direct_virtual_call()
3745 if (!possible_polymorphic_call_target_p in try_make_edge_direct_virtual_call()
H A Dgimple-fold.c4384 && !possible_polymorphic_call_target_p in gimple_fold_call()