Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2809 bool TeamsReduction = isOpenMPTeamsDirective(Options.ReductionKind); in emitReduction() local
2813 assert(!TeamsReduction && !ParallelReduction && in emitReduction()
2820 assert((TeamsReduction || ParallelReduction) && in emitReduction()
2901 assert(TeamsReduction && "expected teams reduction."); in emitReduction()