Lines Matching refs:OMPRegionInfo
1416 if (auto *OMPRegionInfo = in getThreadID() local
1418 if (OMPRegionInfo->getThreadIDVariable()) { in getThreadID()
1420 LValue LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF); in getThreadID()
2116 if (auto *OMPRegionInfo = in emitThreadIDAddress() local
2118 if (OMPRegionInfo->getThreadIDVariable()) in emitThreadIDAddress()
2119 return OMPRegionInfo->getThreadIDVariableLValue(CGF).getAddress(CGF); in emitThreadIDAddress()
2517 auto *OMPRegionInfo = in emitBarrierCall() local
2534 if (OMPRegionInfo) { in emitBarrierCall()
2535 if (!ForceSimpleCall && OMPRegionInfo->hasCancel()) { in emitBarrierCall()
2551 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitBarrierCall()
5914 if (auto *OMPRegionInfo = in emitCancellationPointCall() local
5918 if (CancelRegion == OMPD_taskgroup || OMPRegionInfo->hasCancel()) { in emitCancellationPointCall()
5940 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitCancellationPointCall()
5955 if (auto *OMPRegionInfo = in emitCancelCall() local
5958 OMPRegionInfo](CodeGenFunction &CGF, PrePostActionTy &) { in emitCancelCall()
5979 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitCancelCall()