Searched refs:vect_get_vec_def_for_operand (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vect-transform.c56 static tree vect_get_vec_def_for_operand (tree, tree, tree *);
440 /* Function vect_get_vec_def_for_operand.
452 vect_get_vec_def_for_operand (tree op, tree stmt, tree *scalar_def) function
473 fprintf (vect_dump, "vect_get_vec_def_for_operand: ");
806 /* For the case of reduction, vect_get_vec_def_for_operand returns
809 vec_initial_def = vect_get_vec_def_for_operand (reduction_op, stmt,
1344 loop_vec_def0 = vect_get_vec_def_for_operand (op, stmt, NULL);
1350 loop_vec_def1 = vect_get_vec_def_for_operand (op, stmt, NULL);
1425 vec_oprnd = vect_get_vec_def_for_operand (op, stmt, NULL);
1605 vec_oprnd0 = vect_get_vec_def_for_operand (op
[all...]

Completed in 108 milliseconds