Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1429 bool SimpleReduction; member
H A DCGOpenMPRuntime.cpp5548 bool SimpleReduction = Options.SimpleReduction; in emitReduction() local
5587 if (SimpleReduction) { in emitReduction()
12929 assert(Options.SimpleReduction && "Only simple reduction is expected."); in emitReduction()
H A DCGOpenMPRuntimeGPU.cpp3165 if (Options.SimpleReduction) { in emitReduction()
H A DCGStmtOpenMP.cpp1454 bool SimpleReduction = ReductionKind == OMPD_simd; in EmitOMPReductionClauseFinal() local
1459 {WithNowait, SimpleReduction, ReductionKind}); in EmitOMPReductionClauseFinal()