Searched refs:vec_else_clause (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-stmts.c | 9983 tree vec_then_clause = NULL_TREE, vec_else_clause = NULL_TREE; in vectorizable_condition() local 10292 vec_else_clause = vect_get_vec_def_for_operand (else_clause, in vectorizable_condition() 10306 vec_else_clause = vect_get_vec_def_for_stmt_copy (vinfo, in vectorizable_condition() 10316 vec_oprnds3.quick_push (vec_else_clause); in vectorizable_condition() 10323 vec_else_clause = vec_oprnds3[i]; in vectorizable_condition() 10326 std::swap (vec_then_clause, vec_else_clause); in vectorizable_condition() 10354 std::swap (vec_then_clause, vec_else_clause); in vectorizable_condition() 10455 vec_then_clause, vec_else_clause); in vectorizable_condition()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-stmts.cc | 10338 tree vec_then_clause = NULL_TREE, vec_else_clause = NULL_TREE; in vectorizable_condition() local 10657 vec_else_clause = vec_oprnds3[i]; in vectorizable_condition() 10660 std::swap (vec_then_clause, vec_else_clause); in vectorizable_condition() 10692 std::swap (vec_then_clause, vec_else_clause); in vectorizable_condition() 10792 vec_then_clause, vec_else_clause); in vectorizable_condition()
|
H A D | ChangeLog-2020 | 19759 guard the vec_else_clause access with EXTRACT_LAST_REDUCTION.
|