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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 5095 auto &to_vertex = m_vertices[to_node_i]; local
5096 unsigned int to_partition_i = to_vertex.partition;
5106 && SLP_TREE_CODE (to_vertex.node) == VEC_PERM_EXPR)
5111 int factor = internal_node_cost (to_vertex.node, -1,
5117 cost.add_serial_cost ({ to_vertex.weight * factor,

Completed in 30 milliseconds