Searched refs:ParallelReduction (Results 1 – 1 of 1) sorted by relevance
2807 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction() local2813 assert(!TeamsReduction && !ParallelReduction && in emitReduction()2820 assert((TeamsReduction || ParallelReduction) && in emitReduction()2892 if (ParallelReduction) { in emitReduction()