Home | History | Annotate | Download | only in cp

Lines Matching defs:reduction_seen

6774   int reduction_seen = 0;
6817 if (reduction_seen == 0)
6818 reduction_seen = OMP_CLAUSE_REDUCTION_INSCAN (c) ? -1 : 1;
6819 else if (reduction_seen != -2
6820 && reduction_seen != (OMP_CLAUSE_REDUCTION_INSCAN (c)
6826 reduction_seen = -2;
8769 if (reduction_seen < 0 && (ordered_seen || schedule_seen))
8770 reduction_seen = -2;
8807 if (reduction_seen == -2)
8867 if (reduction_seen == -2)
8874 if (reduction_seen)
8885 if (reduction_seen == -2)