Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1396 bool SimpleReduction; member
DCGStmtOpenMP.cpp1423 bool SimpleReduction = ReductionKind == OMPD_simd; in EmitOMPReductionClauseFinal() local
DCGOpenMPRuntime.cpp5490 bool SimpleReduction = Options.SimpleReduction; in emitReduction() local
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4333 bool WithNowait, bool SimpleReduction) { in emitReduction()