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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1368 bool WithNowait; member in struct:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::ReductionOptionsTy
1409 /// WithNowait true if parent directive has also nowait clause, false
2214 /// WithNowait true if parent directive has also nowait clause, false
H A DCGOpenMPRuntime.cpp5409 bool WithNowait = Options.WithNowait;
5528 WithNowait ? OMPRTL___kmpc_reduce_nowait : OMPRTL___kmpc_reduce),
5570 CGM.getModule(), WithNowait ? OMPRTL___kmpc_end_reduce_nowait
5686 if (!WithNowait) {
H A DCGStmtOpenMP.cpp1419 bool WithNowait = D.getSingleClause<OMPNowaitClause>() || local
1427 {WithNowait, SimpleReduction, ReductionKind});
3277 {/*WithNowait=*/true, /*SimpleReduction=*/true, OMPD_unknown});
4414 {/*WithNowait=*/true, /*SimpleReduction=*/true, OMPD_simd});

Completed in 214 milliseconds