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

  /src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc 610 bool check_reduction = true; local
615 check_reduction = false;
623 check_reduction = true;
630 if (nested_in_vect_loop && !check_reduction)
746 if (check_reduction
  /src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc 610 bool check_reduction = true; local
615 check_reduction = false;
623 check_reduction = true;
630 if (nested_in_vect_loop && !check_reduction)
746 if (check_reduction
  /src/external/gpl3/gcc/dist/gcc/fortran/
check.cc 4060 check_reduction (gfc_actual_arglist *ap) function
4105 return check_reduction (ap);
4116 return check_reduction (ap);
4162 return check_reduction (ap);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
check.cc 4033 check_reduction (gfc_actual_arglist *ap) function
4078 return check_reduction (ap);
4089 return check_reduction (ap);
4135 return check_reduction (ap);

Completed in 38 milliseconds