Lines Matching refs:OMPRegionInfo
1418 if (auto *OMPRegionInfo = in getThreadID() local
1420 if (OMPRegionInfo->getThreadIDVariable()) { in getThreadID()
1422 LValue LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF); in getThreadID()
1948 if (auto *OMPRegionInfo = in emitThreadIDAddress() local
1950 if (OMPRegionInfo->getThreadIDVariable()) in emitThreadIDAddress()
1951 return OMPRegionInfo->getThreadIDVariableLValue(CGF).getAddress(); in emitThreadIDAddress()
2349 auto *OMPRegionInfo = in emitBarrierCall() local
2366 if (OMPRegionInfo) { in emitBarrierCall()
2367 if (!ForceSimpleCall && OMPRegionInfo->hasCancel()) { in emitBarrierCall()
2383 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitBarrierCall()
5721 if (auto *OMPRegionInfo = in emitCancellationPointCall() local
5725 if (CancelRegion == OMPD_taskgroup || OMPRegionInfo->hasCancel()) { in emitCancellationPointCall()
5747 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitCancellationPointCall()
5762 if (auto *OMPRegionInfo = in emitCancelCall() local
5765 OMPRegionInfo](CodeGenFunction &CGF, PrePostActionTy &) { in emitCancelCall()
5786 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitCancelCall()