Searched refs:ParallelReduction (Results 1 – 1 of 1) sorted by relevance
3919 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction() local3925 assert(!TeamsReduction && !ParallelReduction && in emitReduction()3932 assert((TeamsReduction || ParallelReduction) && in emitReduction()3991 if (ParallelReduction) { in emitReduction()