Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-loop.cc3631 tree latch_def = PHI_ARG_DEF_FROM_EDGE (phi, loop_latch_edge (loop)); in vect_is_simple_reduction() local
3632 if (TREE_CODE (latch_def) != SSA_NAME) in vect_is_simple_reduction()
3636 "reduction: not ssa_name: %T\n", latch_def); in vect_is_simple_reduction()
3640 stmt_vec_info def_stmt_info = loop_info->lookup_def (latch_def); in vect_is_simple_reduction()
3650 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, latch_def) in vect_is_simple_reduction()
3739 if (check_reduction_path (vect_location, loop, phi, latch_def, &code, in vect_is_simple_reduction()