Searched refs:loop_arg (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c2944 tree loop_arg, enum tree_code *code,
2951 while (USE_FROM_PTR (curr) != loop_arg)
3096 tree loop_arg, enum tree_code code)
3100 return (check_reduction_path (loc, loop, phi, loop_arg, &code_, path)
7399 tree loop_arg; local
7429 tree loop_arg; local
7445 loop_arg = PHI_ARG_DEF_FROM_EDGE (phi, latch_e);
7446 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, loop_arg)
7508 loop_arg = PHI_ARG_DEF_FROM_EDGE (phi, latch_e);
7882 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, loop_arg)
2943 check_reduction_path(dump_user_location_t loc, loop_p loop, gphi *phi, tree loop_arg, enum tree_code *code, vec<std::pair<ssa_op_iter, use_operand_p> > &path) argument
3095 check_reduction_path(dump_user_location_t loc, loop_p loop, gphi *phi, tree loop_arg, enum tree_code code) argument
[all...]
H A Dtree-parloops.c504 tree loop_arg = PHI_ARG_DEF_FROM_EDGE (phi, latch_e); local
505 if (TREE_CODE (loop_arg) != SSA_NAME)
509 "reduction: not ssa_name: %T\n", loop_arg);
513 stmt_vec_info def_stmt_info = loop_info->lookup_def (loop_arg);
852 /* Look for the expression computing loop_arg from loop PHI result. */
853 if (check_reduction_path (vect_location, loop, phi, loop_arg, code))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc504 tree loop_arg = PHI_ARG_DEF_FROM_EDGE (phi, latch_e); local
505 if (TREE_CODE (loop_arg) != SSA_NAME)
509 "reduction: not ssa_name: %T\n", loop_arg);
513 stmt_vec_info def_stmt_info = loop_info->lookup_def (loop_arg);
852 /* Look for the expression computing loop_arg from loop PHI result. */
853 if (check_reduction_path (vect_location, loop, phi, loop_arg, code))
H A Dtree-vect-loop.cc3381 tree loop_arg, code_helper *code,
3388 while (USE_FROM_PTR (curr) != loop_arg)
3545 tree loop_arg, enum tree_code code)
3549 return (check_reduction_path (loc, loop, phi, loop_arg, &code_, path)
8156 tree loop_arg; local
8168 loop_arg = PHI_ARG_DEF_FROM_EDGE (phi, latch_e);
8169 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, loop_arg)
3380 check_reduction_path(dump_user_location_t loc, loop_p loop, gphi *phi, tree loop_arg, code_helper *code, vec<std::pair<ssa_op_iter, use_operand_p> > &path) argument
3544 check_reduction_path(dump_user_location_t loc, loop_p loop, gphi *phi, tree loop_arg, enum tree_code code) argument

Completed in 235 milliseconds