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.cpp1662 bool TeamsReduction = isOpenMPTeamsDirective(Options.ReductionKind); in emitReduction() local
1667 assert(!TeamsReduction && !ParallelReduction && in emitReduction()
1685 if (TeamsReduction) in emitReduction()
1757 OmpLoc, AllocaIP, CodeGenIP, ReductionInfos, false, TeamsReduction, in emitReduction()