Lines Matching refs:CancelRegion
6226 static RTCancelKind getCancellationKind(OpenMPDirectiveKind CancelRegion) { in getCancellationKind() argument
6228 if (CancelRegion == OMPD_parallel) in getCancellationKind()
6230 else if (CancelRegion == OMPD_for) in getCancellationKind()
6232 else if (CancelRegion == OMPD_sections) in getCancellationKind()
6235 assert(CancelRegion == OMPD_taskgroup); in getCancellationKind()
6243 OpenMPDirectiveKind CancelRegion) { in emitCancellationPointCall() argument
6252 if (CancelRegion == OMPD_taskgroup || OMPRegionInfo->hasCancel()) { in emitCancellationPointCall()
6255 CGF.Builder.getInt32(getCancellationKind(CancelRegion))}; in emitCancellationPointCall()
6280 OpenMPDirectiveKind CancelRegion) { in emitCancelCall() argument
6288 auto &&ThenGen = [this, &M, Loc, CancelRegion, in emitCancelCall()
6293 CGF.Builder.getInt32(getCancellationKind(CancelRegion))}; in emitCancelCall()
12628 OpenMPDirectiveKind CancelRegion) { in emitCancellationPointCall() argument
12634 OpenMPDirectiveKind CancelRegion) { in emitCancelCall() argument