HomeSort by: relevance | last modified time | path
    Searched refs:loop_arg (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc 504 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))
tree-vect-loop.cc 4028 /* Return true if the reduction PHI in LOOP with latch arg LOOP_ARG and
4034 tree loop_arg, code_helper *code,
4042 while (USE_FROM_PTR (curr) != loop_arg)
4227 tree loop_arg, enum tree_code code)
4231 return (check_reduction_path (loc, loop, phi, loop_arg, &code_, path, false)
10003 tree loop_arg; local
10015 loop_arg = PHI_ARG_DEF_FROM_EDGE (phi, latch_e);
10016 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, loop_arg)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc 504 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))
tree-vect-loop.cc 3375 /* Return true if the reduction PHI in LOOP with latch arg LOOP_ARG and
3381 tree loop_arg, code_helper *code,
3389 while (USE_FROM_PTR (curr) != loop_arg)
3538 tree loop_arg, enum tree_code code)
3542 return (check_reduction_path (loc, loop, phi, loop_arg, &code_, path, false)
8150 tree loop_arg; local
8162 loop_arg = PHI_ARG_DEF_FROM_EDGE (phi, latch_e);
8163 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, loop_arg)

Completed in 32 milliseconds