Lines Matching refs:latch_def
4328 tree latch_def = PHI_ARG_DEF_FROM_EDGE (phi, loop_latch_edge (loop));
4329 if (TREE_CODE (latch_def) != SSA_NAME)
4333 "reduction: not ssa_name: %T\n", latch_def);
4337 stmt_vec_info def_stmt_info = loop_info->lookup_def (latch_def);
4347 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, latch_def)
4437 /* Look for the expression computing latch_def from then loop PHI result. */
4440 if (check_reduction_path (vect_location, loop, phi, latch_def, &code,
9244 slp_tree latch_def = SLP_TREE_CHILDREN (slp_node)[le->dest_idx];
9245 latch_vectype = SLP_TREE_VECTYPE (latch_def);
9249 tree latch_def = PHI_ARG_DEF_FROM_EDGE (phi, le);
9250 if (TREE_CODE (latch_def) == SSA_NAME)
9252 stmt_vec_info latch_def_info = loop_vinfo->lookup_def (latch_def);
9302 gimple *latch_def = SSA_NAME_DEF_STMT (PHI_ARG_DEF_FROM_EDGE (phi, le));
9303 gimple_stmt_iterator gsi2 = gsi_for_stmt (latch_def);