Searched refs:virtual_method_call_p (Results 1 – 13 of 13) sorted by relevance
2796 && !virtual_method_call_p (target))) in ipa_analyze_call_uses()2827 else if (virtual_method_call_p (target)) in ipa_analyze_call_uses()
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()
1006 && virtual_method_call_p (target)) in create_indirect_edge()
3088 else if (virtual_method_call_p (gimple_call_fn (stmt))) in tree_estimate_probability_bb()
3320 && virtual_method_call_p (node, true)) in dump_generic_node()
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()
5420 extern bool virtual_method_call_p (const_tree, bool = false);
6762 && virtual_method_call_p (fn)) in eliminate_stmt()
12022 virtual_method_call_p (const_tree target, bool for_dump_p) in virtual_method_call_p() function
4069 virtual_method_call_p.17602 * tree.h (virtual_method_call_p): Add a default-false parameter17606 * tree.c (virtual_method_call_p): Likewise.17610 virtual_method_call_p and obj_type_ref_class accordingly.
22305 * tree.c (virtual_method_call_p): New function.22306 * tree.h (virtual_method_call_p): Declare.
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,
955 * tree.c (virtual_method_call_p): Return false when OTR type has