Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2863 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction() local
2869 assert(!TeamsReduction && !ParallelReduction && in emitReduction()
2876 assert((TeamsReduction || ParallelReduction) && in emitReduction()
2935 if (ParallelReduction) { in emitReduction()