Searched refs:ParallelReduction (Results 1 – 1 of 1) sorted by relevance
2863 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction() local2869 assert(!TeamsReduction && !ParallelReduction && in emitReduction()2876 assert((TeamsReduction || ParallelReduction) && in emitReduction()2935 if (ParallelReduction) { in emitReduction()