Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3215 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction() local
3221 assert(!TeamsReduction && !ParallelReduction && in emitReduction()
3228 assert((TeamsReduction || ParallelReduction) && in emitReduction()
3287 if (ParallelReduction) { in emitReduction()