Searched refs:ParallelReduction (Results 1 – 1 of 1) sorted by relevance
3746 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction() local3752 assert(!TeamsReduction && !ParallelReduction && in emitReduction()3759 assert((TeamsReduction || ParallelReduction) && in emitReduction()3818 if (ParallelReduction) { in emitReduction()