Lines Matching refs:OMPRegionInfo
1467 if (auto *OMPRegionInfo = in getThreadID() local
1469 if (OMPRegionInfo->getThreadIDVariable()) { in getThreadID()
1471 LValue LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF); in getThreadID()
2125 if (auto *OMPRegionInfo = in emitThreadIDAddress() local
2127 if (OMPRegionInfo->getThreadIDVariable()) in emitThreadIDAddress()
2128 return OMPRegionInfo->getThreadIDVariableLValue(CGF).getAddress(CGF); in emitThreadIDAddress()
2515 auto *OMPRegionInfo = in emitBarrierCall() local
2532 if (OMPRegionInfo) { in emitBarrierCall()
2533 if (!ForceSimpleCall && OMPRegionInfo->hasCancel()) { in emitBarrierCall()
2549 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitBarrierCall()
6248 if (auto *OMPRegionInfo = in emitCancellationPointCall() local
6252 if (CancelRegion == OMPD_taskgroup || OMPRegionInfo->hasCancel()) { in emitCancellationPointCall()
6271 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitCancellationPointCall()
6286 if (auto *OMPRegionInfo = in emitCancelCall() local
6289 OMPRegionInfo](CodeGenFunction &CGF, PrePostActionTy &) { in emitCancelCall()
6307 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitCancelCall()