Searched refs:possible_polymorphic_call_target_p (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-utils.h | 75 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 D | ipa-profile.cc | 910 && !possible_polymorphic_call_target_p (e, n2)) in ipa_profile()
|
H A D | ipa-devirt.cc | 3464 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 D | ipa-prop.cc | 3887 || !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 D | ipa-cp.cc | 3107 || !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 D | gimple-fold.cc | 5451 && !possible_polymorphic_call_target_p in gimple_fold_call()
|
H A D | ChangeLog-2013 | 7252 (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 D | ChangeLog-2014 | 17710 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 D | ChangeLog-2016 | 29237 (possible_polymorphic_call_target_p): Fix formatting. 34460 (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
|
H A D | ChangeLog-2019 | 18421 * ipa-devirt.c (possible_polymorphic_call_target_p): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-utils.h | 69 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 D | ipa-profile.c | 923 && !possible_polymorphic_call_target_p (e, n2)) in ipa_profile()
|
H A D | ipa-devirt.c | 3440 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 D | ipa-cp.c | 3050 || !possible_polymorphic_call_target_p 3133 if (target && !possible_polymorphic_call_target_p (ie,
|
H A D | ipa-prop.c | 3690 || !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 D | gimple-fold.c | 4384 && !possible_polymorphic_call_target_p in gimple_fold_call()
|