Home
last modified time | relevance | path

Searched refs:vec_stmt_for_operand (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-vect-stmts.c1427 gimple vec_stmt_for_operand; in vect_get_vec_def_for_stmt_copy() local
1434 vec_stmt_for_operand = SSA_NAME_DEF_STMT (vec_oprnd); in vect_get_vec_def_for_stmt_copy()
1435 def_stmt_info = vinfo_for_stmt (vec_stmt_for_operand); in vect_get_vec_def_for_stmt_copy()
1437 vec_stmt_for_operand = STMT_VINFO_RELATED_STMT (def_stmt_info); in vect_get_vec_def_for_stmt_copy()
1438 gcc_assert (vec_stmt_for_operand); in vect_get_vec_def_for_stmt_copy()
1439 vec_oprnd = gimple_get_lhs (vec_stmt_for_operand); in vect_get_vec_def_for_stmt_copy()
1440 if (gimple_code (vec_stmt_for_operand) == GIMPLE_PHI) in vect_get_vec_def_for_stmt_copy()
1441 vec_oprnd = PHI_RESULT (vec_stmt_for_operand); in vect_get_vec_def_for_stmt_copy()
1443 vec_oprnd = gimple_get_lhs (vec_stmt_for_operand); in vect_get_vec_def_for_stmt_copy()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-vect-stmts.c1520 gimple *vec_stmt_for_operand; in vect_get_vec_def_for_stmt_copy() local
1527 vec_stmt_for_operand = SSA_NAME_DEF_STMT (vec_oprnd); in vect_get_vec_def_for_stmt_copy()
1528 def_stmt_info = vinfo_for_stmt (vec_stmt_for_operand); in vect_get_vec_def_for_stmt_copy()
1530 vec_stmt_for_operand = STMT_VINFO_RELATED_STMT (def_stmt_info); in vect_get_vec_def_for_stmt_copy()
1531 gcc_assert (vec_stmt_for_operand); in vect_get_vec_def_for_stmt_copy()
1532 if (gimple_code (vec_stmt_for_operand) == GIMPLE_PHI) in vect_get_vec_def_for_stmt_copy()
1533 vec_oprnd = PHI_RESULT (vec_stmt_for_operand); in vect_get_vec_def_for_stmt_copy()
1535 vec_oprnd = gimple_get_lhs (vec_stmt_for_operand); in vect_get_vec_def_for_stmt_copy()