Searched refs:ParallelReduction (Results 1 – 1 of 1) sorted by relevance
3820 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction() local3826 assert(!TeamsReduction && !ParallelReduction && in emitReduction()3833 assert((TeamsReduction || ParallelReduction) && in emitReduction()3844 if (ParallelReduction) { in emitReduction()3944 if (ParallelReduction) { in emitReduction()