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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp-patterns.cc 769 auto a_stmt = STMT_VINFO_STMT (SLP_TREE_REPRESENTATIVE (a)); local
772 if (gimple_code (a_stmt) != gimple_code (b_stmt))
776 if (gimple_num_args (a_stmt) != gimple_num_args (b_stmt))
780 if (is_gimple_call (a_stmt))
782 if (!compatible_calls_p (dyn_cast <gcall *> (a_stmt),
786 else if (!is_gimple_assign (a_stmt))
790 tree_code acode = gimple_assign_rhs_code (a_stmt);
803 for (unsigned i = 0; i < gimple_num_args (a_stmt); i++)
805 tree t1 = gimple_arg (a_stmt, i);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp-patterns.cc 769 auto a_stmt = STMT_VINFO_STMT (SLP_TREE_REPRESENTATIVE (a)); local
772 if (gimple_code (a_stmt) != gimple_code (b_stmt))
776 if (gimple_num_args (a_stmt) != gimple_num_args (b_stmt))
780 if (is_gimple_call (a_stmt))
782 if (!compatible_calls_p (dyn_cast <gcall *> (a_stmt),
786 else if (!is_gimple_assign (a_stmt))
790 tree_code acode = gimple_assign_rhs_code (a_stmt);
803 for (unsigned i = 0; i < gimple_num_args (a_stmt); i++)
805 tree t1 = gimple_arg (a_stmt, i);

Completed in 16 milliseconds