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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 6656 reduction operation stmt on the way (stmt_info and slp_for_stmt_info). */
6664 slp_tree slp_for_stmt_info = slp_node ? slp_node_instance->root : NULL; local
6685 if (slp_for_stmt_info)
6687 for (auto s : SLP_TREE_SCALAR_STMTS (slp_for_stmt_info))
6718 slp_for_stmt_info = SLP_TREE_CHILDREN (slp_for_stmt_info)[0];
6823 if (!vect_is_simple_use (loop_vinfo, stmt_info, slp_for_stmt_info,
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 7554 reduction operation stmt on the way (stmt_info and slp_for_stmt_info). */
7562 slp_tree slp_for_stmt_info = slp_node ? slp_node_instance->root : NULL; local
7583 if (slp_for_stmt_info)
7585 for (auto s : SLP_TREE_SCALAR_STMTS (slp_for_stmt_info))
7616 slp_for_stmt_info = SLP_TREE_CHILDREN (slp_for_stmt_info)[0];
7717 if (!vect_is_simple_use (loop_vinfo, stmt_info, slp_for_stmt_info,

Completed in 37 milliseconds