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

  /src/external/gpl3/gcc/dist/gcc/
ipa-modref.cc 4725 /* Perform iterative dataflow on SCC component starting in COMPONENT_NODE
4729 modref_propagate_in_scc (cgraph_node *component_node)
4738 = ((struct ipa_dfs_info *) component_node->aux)->next_cycle;
4740 for (struct cgraph_node *cur = component_node; cur;
4974 for (struct cgraph_node *cur = component_node; cur;
5010 /* Dump results of propagation in SCC rooted in COMPONENT_NODE. */
5013 modref_propagate_dump_scc (cgraph_node *component_node)
5015 for (struct cgraph_node *cur = component_node; cur;
5178 /* Perform iterative dataflow on SCC component starting in COMPONENT_NODE
5182 modref_propagate_flags_in_scc (cgraph_node *component_node)
5549 struct cgraph_node *component_node = order[i]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref.cc 4669 /* Perform iterative dataflow on SCC component starting in COMPONENT_NODE
4673 modref_propagate_in_scc (cgraph_node *component_node)
4682 = ((struct ipa_dfs_info *) component_node->aux)->next_cycle;
4684 for (struct cgraph_node *cur = component_node; cur;
4918 for (struct cgraph_node *cur = component_node; cur;
4954 /* Dump results of propagation in SCC rooted in COMPONENT_NODE. */
4957 modref_propagate_dump_scc (cgraph_node *component_node)
4959 for (struct cgraph_node *cur = component_node; cur;
5122 /* Perform iterative dataflow on SCC component starting in COMPONENT_NODE
5126 modref_propagate_flags_in_scc (cgraph_node *component_node)
5493 struct cgraph_node *component_node = order[i]; local
    [all...]

Completed in 100 milliseconds