Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3217 bool TeamsReduction = isOpenMPTeamsDirective(Options.ReductionKind); in emitReduction() local
3221 assert(!TeamsReduction && !ParallelReduction && in emitReduction()
3228 assert((TeamsReduction || ParallelReduction) && in emitReduction()
3301 assert(TeamsReduction && "expected teams reduction."); in emitReduction()