Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGOpenMPRuntime.h1209 bool WithNowait; member
DCGOpenMPRuntime.cpp5126 bool WithNowait = Options.WithNowait; in emitReduction() local
5245 WithNowait ? OMPRTL___kmpc_reduce_nowait : OMPRTL___kmpc_reduce), in emitReduction()
5287 CGM.getModule(), WithNowait ? OMPRTL___kmpc_end_reduce_nowait in emitReduction()
5400 if (!WithNowait) { in emitReduction()
DCGStmtOpenMP.cpp1438 bool WithNowait = D.getSingleClause<OMPNowaitClause>() || in EmitOMPReductionClauseFinal() local
1446 {WithNowait, SimpleReduction, ReductionKind}); in EmitOMPReductionClauseFinal()