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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 3893 unsigned int out_degree = 0; member in struct:slpg_vertex
3929 unsigned int out_degree = 0; member in struct:slpg_partition_info
4954 partition.out_degree += 1;
4961 other_vertex.out_degree += 1;
4987 this_cost.split (other_partition.out_degree);
5022 cost.split (def_vertex.out_degree);
5058 cost.split (from_partition.out_degree);
5074 direct_cost.split (from_partition.out_degree);
5710 if (vertex.out_degree)
5714 vertex.out_degree);
    [all...]
tree-vect-slp.cc 3893 unsigned int out_degree = 0; member in struct:slpg_vertex
3929 unsigned int out_degree = 0; member in struct:slpg_partition_info
4954 partition.out_degree += 1;
4961 other_vertex.out_degree += 1;
4987 this_cost.split (other_partition.out_degree);
5022 cost.split (def_vertex.out_degree);
5058 cost.split (from_partition.out_degree);
5074 direct_cost.split (from_partition.out_degree);
5710 if (vertex.out_degree)
5714 vertex.out_degree);
    [all...]

Completed in 105 milliseconds