Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1429 bool WithNowait; member
H A DCGOpenMPRuntime.cpp5439 bool WithNowait = Options.WithNowait; in emitReduction() local
5558 WithNowait ? OMPRTL___kmpc_reduce_nowait : OMPRTL___kmpc_reduce), in emitReduction()
5600 CGM.getModule(), WithNowait ? OMPRTL___kmpc_end_reduce_nowait in emitReduction()
5713 if (!WithNowait) { in emitReduction()
H A DCGStmtOpenMP.cpp1435 bool WithNowait = D.getSingleClause<OMPNowaitClause>() || in EmitOMPReductionClauseFinal() local
1443 {WithNowait, SimpleReduction, ReductionKind}); in EmitOMPReductionClauseFinal()