Home
last modified time | relevance | path

Searched refs:virtual_method_call_p (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dipa-icf-gimple.c486 && virtual_method_call_p (t1)) in compare_operand()
H A Dgimple-fold.c342 else if (flag_devirtualize && virtual_method_call_p (rhs)) in fold_gimple_assign()
4044 if (dump_file && virtual_method_call_p (callee) in gimple_fold_call()
4060 else if (flag_devirtualize && !inplace && virtual_method_call_p (callee)) in gimple_fold_call()
H A Dipa-prop.c2374 && !virtual_method_call_p (target))) in ipa_analyze_call_uses()
2404 else if (virtual_method_call_p (target)) in ipa_analyze_call_uses()
H A Dcgraph.c966 && virtual_method_call_p (target)) in create_indirect_edge()
H A Dpredict.c2890 else if (virtual_method_call_p (gimple_call_fn (stmt))) in tree_estimate_probability_bb()
H A Dtree-pretty-print.c2779 && virtual_method_call_p (node)) in dump_generic_node()
H A Dtree-ssa-sccvn.c5777 && virtual_method_call_p (fn)) in before_dom_children()
H A Dtree.h4972 extern bool virtual_method_call_p (const_tree);
H A Dtree.c12288 virtual_method_call_p (const_tree target) in virtual_method_call_p() function