Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1662 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction() local
1669 assert(!TeamsReduction && !ParallelReduction && in emitReduction()
1671 (void)ParallelReduction; in emitReduction()