Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2807 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction() local
2813 assert(!TeamsReduction && !ParallelReduction && in emitReduction()
2820 assert((TeamsReduction || ParallelReduction) && in emitReduction()
2892 if (ParallelReduction) { in emitReduction()