Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3160 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction() local
3166 assert(!TeamsReduction && !ParallelReduction && in emitReduction()
3173 assert((TeamsReduction || ParallelReduction) && in emitReduction()
3232 if (ParallelReduction) { in emitReduction()