Searched refs:virtual_method_call_p (Results 1 – 21 of 21) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-fold.c | 375 else if (flag_devirtualize && virtual_method_call_p (rhs)) in fold_gimple_assign() 4383 if (dump_file && virtual_method_call_p (callee) in gimple_fold_call() 4399 else if (flag_devirtualize && !inplace && virtual_method_call_p (callee)) in gimple_fold_call()
|
H A D | ipa-prop.c | 2667 && !virtual_method_call_p (target))) in ipa_analyze_call_uses() 2698 else if (virtual_method_call_p (target)) in ipa_analyze_call_uses()
|
H A D | cgraph.c | 996 && virtual_method_call_p (target)) in create_indirect_edge()
|
H A D | predict.c | 3054 else if (virtual_method_call_p (gimple_call_fn (stmt))) in tree_estimate_probability_bb()
|
H A D | tree-pretty-print.c | 3125 && virtual_method_call_p (node, true)) in dump_generic_node()
|
H A D | tree.h | 5235 extern bool virtual_method_call_p (const_tree, bool = false);
|
H A D | tree-ssa-sccvn.c | 6325 && virtual_method_call_p (fn)) in eliminate_stmt()
|
H A D | tree.c | 12894 virtual_method_call_p (const_tree target, bool for_dump_p) in virtual_method_call_p() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-prop.cc | 2796 && !virtual_method_call_p (target))) in ipa_analyze_call_uses() 2827 else if (virtual_method_call_p (target)) in ipa_analyze_call_uses()
|
H A D | gimple-fold.cc | 494 else if (flag_devirtualize && virtual_method_call_p (rhs)) in fold_gimple_assign() 5450 if (dump_file && virtual_method_call_p (callee) in gimple_fold_call() 5466 else if (flag_devirtualize && !inplace && virtual_method_call_p (callee)) in gimple_fold_call()
|
H A D | cgraph.cc | 1006 && virtual_method_call_p (target)) in create_indirect_edge()
|
H A D | predict.cc | 3088 else if (virtual_method_call_p (gimple_call_fn (stmt))) in tree_estimate_probability_bb()
|
H A D | tree-pretty-print.cc | 3320 && virtual_method_call_p (node, true)) in dump_generic_node()
|
H A D | fold-const.cc | 3470 if (virtual_method_call_p (arg0)) in operand_equal_p() 3472 if (!virtual_method_call_p (arg1)) in operand_equal_p() 3912 if (!virtual_method_call_p (t)) in hash_operand()
|
H A D | tree.h | 5420 extern bool virtual_method_call_p (const_tree, bool = false);
|
H A D | tree-ssa-sccvn.cc | 6762 && virtual_method_call_p (fn)) in eliminate_stmt()
|
H A D | tree.cc | 12022 virtual_method_call_p (const_tree target, bool for_dump_p) in virtual_method_call_p() function
|
H A D | ChangeLog-2020 | 4069 virtual_method_call_p. 17602 * tree.h (virtual_method_call_p): Add a default-false parameter 17606 * tree.c (virtual_method_call_p): Likewise. 17610 virtual_method_call_p and obj_type_ref_class accordingly.
|
H A D | ChangeLog-2013 | 22305 * tree.c (virtual_method_call_p): New function. 22306 * tree.h (virtual_method_call_p): Declare.
|
H A D | ChangeLog-2015 | 31333 * tree.c (prototype_p, virtual_method_call_p, obj_type_ref_class, 31335 * tree.h (prototype_p, virtual_method_call_p, obj_type_ref_class,
|
H A D | ChangeLog-2014 | 955 * tree.c (virtual_method_call_p): Return false when OTR type has
|