Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1238 bool SimpleReduction; member
H A DCGOpenMPRuntime.cpp5537 bool SimpleReduction = Options.SimpleReduction; in emitReduction() local
5576 if (SimpleReduction) { in emitReduction()
9737 assert(Options.SimpleReduction && "Only simple reduction is expected."); in emitReduction()
H A DCGStmtOpenMP.cpp1181 bool SimpleReduction = ReductionKind == OMPD_simd; in EmitOMPReductionClauseFinal() local
1186 {WithNowait, SimpleReduction, ReductionKind}); in EmitOMPReductionClauseFinal()
H A DCGOpenMPRuntimeNVPTX.cpp3825 if (Options.SimpleReduction) { in emitReduction()