Searched refs:vec_then_clause (Results 1 – 2 of 2) 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 10289 vec_then_clause = vect_get_vec_def_for_operand (then_clause, in vectorizable_condition() 10304 vec_then_clause = vect_get_vec_def_for_stmt_copy (vinfo, in vectorizable_condition() 10315 vec_oprnds2.quick_push (vec_then_clause); in vectorizable_condition() 10322 vec_then_clause = vec_oprnds2[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() 10434 vec_then_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 10655 vec_then_clause = vec_oprnds2[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() 10773 vec_then_clause); in vectorizable_condition() 10792 vec_then_clause, vec_else_clause); in vectorizable_condition()
|