Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1214 bool SimpleReduction; member
H A DCGOpenMPRuntime.cpp4924 bool SimpleReduction = Options.SimpleReduction; in emitReduction() local
4963 if (SimpleReduction) { in emitReduction()
12098 assert(Options.SimpleReduction && "Only simple reduction is expected."); in emitReduction()
H A DCGOpenMPRuntimeGPU.cpp2812 if (Options.SimpleReduction) { in emitReduction()
H A DCGStmtOpenMP.cpp1435 bool SimpleReduction = ReductionKind == OMPD_simd; in EmitOMPReductionClauseFinal() local
1440 {WithNowait, SimpleReduction, ReductionKind}); in EmitOMPReductionClauseFinal()