HomeSort by: relevance | last modified time | path
    Searched defs:spec_node (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.h 87 cgraph_node *spec_node = nullptr; member in class:ipcp_value
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 198 cgraph_node *spec_node = nullptr; member in class:ipcp_value
5938 && cgraph_edge_brings_all_scalars_for_node (cs, val->spec_node)
5939 && cgraph_edge_brings_all_agg_vals_for_node (cs, val->spec_node))
5944 val->spec_node->dump_name ());
5946 cs->redirect_callee_duplicating_thunks (val->spec_node);
5947 val->spec_node->expand_all_artificial_thunks ();
5956 update_specialized_profile (val->spec_node, node, redirected_sum);
6067 if (val->spec_node)
6143 val->spec_node = create_specialized_node (node, known_csts, known_contexts,
6147 self_gen_clones->safe_push (val->spec_node);
    [all...]

Completed in 29 milliseconds