Searched refs:has_hot_call (Results 1 – 1 of 1) sorted by relevance
1084 check_callers (struct cgraph_node *node, void *has_hot_call) in check_callers() argument1108 if (!(*(bool *)has_hot_call) && e->maybe_hot_p ()) in check_callers()1109 *(bool *)has_hot_call = true; in check_callers()1131 bool has_hot_call = false; in want_inline_function_to_all_callers_p() local1146 if (node->call_for_symbol_and_aliases (check_callers, &has_hot_call, in want_inline_function_to_all_callers_p()1149 if (!cold && !has_hot_call) in want_inline_function_to_all_callers_p()