Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1664 bool TeamsReduction = isOpenMPTeamsDirective(Options.ReductionKind); in emitReduction() local
1669 assert(!TeamsReduction && !ParallelReduction && in emitReduction()
1687 if (TeamsReduction) in emitReduction()
1758 OmpLoc, AllocaIP, CodeGenIP, ReductionInfos, false, TeamsReduction, in emitReduction()