Lines Matching refs:OMPRegionInfo
997 if (auto *OMPRegionInfo = in getThreadID() local
999 if (OMPRegionInfo->getThreadIDVariable()) { in getThreadID()
1001 auto LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF); in getThreadID()
1997 if (auto *OMPRegionInfo = in emitThreadIDAddress() local
1999 if (OMPRegionInfo->getThreadIDVariable()) in emitThreadIDAddress()
2000 return OMPRegionInfo->getThreadIDVariableLValue(CGF).getAddress(); in emitThreadIDAddress()
2336 if (auto *OMPRegionInfo = in emitBarrierCall() local
2338 if (!ForceSimpleCall && OMPRegionInfo->hasCancel()) { in emitBarrierCall()
2352 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitBarrierCall()
4676 if (auto *OMPRegionInfo = in emitCancellationPointCall() local
4678 if (OMPRegionInfo->hasCancel()) { in emitCancellationPointCall()
4698 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitCancellationPointCall()
4712 if (auto *OMPRegionInfo = in emitCancelCall() local
4714 auto &&ThenGen = [Loc, CancelRegion, OMPRegionInfo](CodeGenFunction &CGF, in emitCancelCall()
4736 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitCancelCall()