Searched refs:WithNowait (Results 1 – 5 of 5) sorted by relevance
902 bool WithNowait, bool SimpleReduction);
4333 bool WithNowait, bool SimpleReduction) { in emitReduction() argument4452 createRuntimeFunction(WithNowait ? OMPRTL__kmpc_reduce_nowait in emitReduction()4492 createRuntimeFunction(WithNowait ? OMPRTL__kmpc_end_reduce_nowait in emitReduction()4602 if (!WithNowait) { in emitReduction()
1395 bool WithNowait; member
5489 bool WithNowait = Options.WithNowait; in emitReduction() local5608 WithNowait ? OMPRTL___kmpc_reduce_nowait : OMPRTL___kmpc_reduce), in emitReduction()5650 CGM.getModule(), WithNowait ? OMPRTL___kmpc_end_reduce_nowait in emitReduction()5766 if (!WithNowait) { in emitReduction()
1420 bool WithNowait = D.getSingleClause<OMPNowaitClause>() || in EmitOMPReductionClauseFinal() local1428 {WithNowait, SimpleReduction, ReductionKind}); in EmitOMPReductionClauseFinal()