Searched refs:ParallelReduction (Results 1 – 1 of 1) sorted by relevance
3215 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction() local3221 assert(!TeamsReduction && !ParallelReduction && in emitReduction()3228 assert((TeamsReduction || ParallelReduction) && in emitReduction()3287 if (ParallelReduction) { in emitReduction()