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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc 1882 order in TOPO_ORDER using VISITED to indicate visited nodes. */
1885 topo_visit (constraint_graph_t graph, vec<unsigned> &topo_order,
1898 topo_visit (graph, topo_order, visited, k);
1901 topo_order.quick_push (n);
1923 auto_vec<unsigned> topo_order (size);
1927 topo_visit (graph, topo_order, visited, i);
1929 topo_order.splice (tail);
1930 return topo_order;
2762 auto_vec<unsigned> topo_order = compute_topo_order (graph); local
2763 while (topo_order.length () != 0
    [all...]
tree-ssa-structalias.cc 1882 order in TOPO_ORDER using VISITED to indicate visited nodes. */
1885 topo_visit (constraint_graph_t graph, vec<unsigned> &topo_order,
1898 topo_visit (graph, topo_order, visited, k);
1901 topo_order.quick_push (n);
1923 auto_vec<unsigned> topo_order (size);
1927 topo_visit (graph, topo_order, visited, i);
1929 topo_order.splice (tail);
1930 return topo_order;
2762 auto_vec<unsigned> topo_order = compute_topo_order (graph); local
2763 while (topo_order.length () != 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc 1859 order in TOPO_ORDER using VISITED to indicate visited nodes. */
1862 topo_visit (constraint_graph_t graph, vec<unsigned> &topo_order,
1875 topo_visit (graph, topo_order, visited, k);
1878 topo_order.quick_push (n);
1900 auto_vec<unsigned> topo_order (size);
1904 topo_visit (graph, topo_order, visited, i);
1906 topo_order.splice (tail);
1907 return topo_order;
2739 auto_vec<unsigned> topo_order = compute_topo_order (graph); local
2740 while (topo_order.length () != 0
    [all...]
tree-ssa-structalias.cc 1859 order in TOPO_ORDER using VISITED to indicate visited nodes. */
1862 topo_visit (constraint_graph_t graph, vec<unsigned> &topo_order,
1875 topo_visit (graph, topo_order, visited, k);
1878 topo_order.quick_push (n);
1900 auto_vec<unsigned> topo_order (size);
1904 topo_visit (graph, topo_order, visited, i);
1906 topo_order.splice (tail);
1907 return topo_order;
2739 auto_vec<unsigned> topo_order = compute_topo_order (graph); local
2740 while (topo_order.length () != 0
    [all...]

Completed in 49 milliseconds