Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp3820 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction() local
3826 assert(!TeamsReduction && !ParallelReduction && in emitReduction()
3833 assert((TeamsReduction || ParallelReduction) && in emitReduction()
3844 if (ParallelReduction) { in emitReduction()
3944 if (ParallelReduction) { in emitReduction()