Lines Matching refs:new_edges
246 check_speculations_1 (cgraph_node *n, vec<cgraph_edge *> *new_edges, in check_speculations_1() argument
257 while (new_edges && !new_edges->is_empty ()) in check_speculations_1()
258 edge_set->add (new_edges->pop ()); in check_speculations_1()
265 speculation_removed |= check_speculations_1 (e->callee, new_edges, in check_speculations_1()
277 vec<cgraph_edge *> *new_edges) in push_all_edges_in_set_to_vec() argument
279 new_edges->safe_push (e); in push_all_edges_in_set_to_vec()
287 check_speculations (cgraph_node *n, vec<cgraph_edge *> *new_edges) in check_speculations() argument
290 bool res = check_speculations_1 (n, new_edges, &edge_set); in check_speculations()
293 push_all_edges_in_set_to_vec> (new_edges); in check_speculations()
327 vec<cgraph_edge *> *new_edges, in inline_call() argument
492 new_edges_found = ipa_propagate_indirect_call_infos (curr, new_edges); in inline_call()
493 bool removed_p = check_speculations (e->callee, new_edges); in inline_call()