Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1202 bool WithNowait; member
H A DCGOpenMPRuntime.cpp5157 bool WithNowait = Options.WithNowait; in emitReduction() local
5296 WithNowait ? OMPRTL___kmpc_reduce_nowait : OMPRTL___kmpc_reduce), in emitReduction()
5338 CGM.getModule(), WithNowait ? OMPRTL___kmpc_end_reduce_nowait in emitReduction()
5451 if (!WithNowait) { in emitReduction()
H A DCGStmtOpenMP.cpp1501 bool WithNowait = D.getSingleClause<OMPNowaitClause>() || in EmitOMPReductionClauseFinal() local
1509 {WithNowait, SimpleReduction, IsPrivateVarReduction, ReductionKind}); in EmitOMPReductionClauseFinal()