Home
last modified time | relevance | path

Searched refs:ParallelReduction (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp3919 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction() local
3925 assert(!TeamsReduction && !ParallelReduction && in emitReduction()
3932 assert((TeamsReduction || ParallelReduction) && in emitReduction()
3991 if (ParallelReduction) { in emitReduction()