HomeSort by: relevance | last modified time | path
    Searched refs:WithNowait (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 1403 bool WithNowait;
1444 /// WithNowait true if parent directive has also nowait clause, false
2286 /// WithNowait true if parent directive has also nowait clause, false
CGOpenMPRuntime.cpp 5534 bool WithNowait = Options.WithNowait;
5653 WithNowait ? OMPRTL___kmpc_reduce_nowait : OMPRTL___kmpc_reduce),
5695 CGM.getModule(), WithNowait ? OMPRTL___kmpc_end_reduce_nowait
5811 if (!WithNowait) {
CGStmtOpenMP.cpp 1443 bool WithNowait = D.getSingleClause<OMPNowaitClause>() ||
1451 {WithNowait, SimpleReduction, ReductionKind});
3491 {/*WithNowait=*/true, /*SimpleReduction=*/true, OMPD_unknown});
4931 {/*WithNowait=*/true, /*SimpleReduction=*/true, OMPD_simd});

Completed in 91 milliseconds