Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1213 bool WithNowait; member
H A DCGOpenMPRuntime.cpp4923 bool WithNowait = Options.WithNowait; in emitReduction() local
5042 WithNowait ? OMPRTL___kmpc_reduce_nowait : OMPRTL___kmpc_reduce), in emitReduction()
5084 CGM.getModule(), WithNowait ? OMPRTL___kmpc_end_reduce_nowait in emitReduction()
5197 if (!WithNowait) { in emitReduction()
H A DCGStmtOpenMP.cpp1432 bool WithNowait = D.getSingleClause<OMPNowaitClause>() || in EmitOMPReductionClauseFinal() local
1440 {WithNowait, SimpleReduction, ReductionKind}); in EmitOMPReductionClauseFinal()