Searched refs:getInnermostCapturedStmt (Results 1 – 7 of 7) sorted by relevance
2518 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitSections()2674 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPSectionDirective()2705 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPSingleDirective()2725 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPMasterDirective()2734 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPCriticalDirective()3259 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskgroupDirective()3528 const CapturedStmt *CS = S.getInnermostCapturedStmt(); in EmitOMPOrderedDirective()3992 const Stmt *CS = S.getInnermostCapturedStmt()->IgnoreContainers(); in EmitOMPAtomicDirective()4025 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in emitCommonOMPTargetDirective()4617 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTargetDataDirective()[all …]
785 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedSPMDDirective()798 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()958 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedLightweightDirective()972 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()984 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()996 Body = NND->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()1017 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()1981 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
8126 const auto *CS = D.getInnermostCapturedStmt(); in getNestedDistributeDirective()8138 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()8639 E->getInnermostCapturedStmt()->getCapturedStmt(), ParentName); in scanForTargetRegionsFunctions()
226 CapturedStmt *getInnermostCapturedStmt() { in getInnermostCapturedStmt() function239 const CapturedStmt *getInnermostCapturedStmt() const { in getInnermostCapturedStmt() function241 ->getInnermostCapturedStmt(); in getInnermostCapturedStmt()962 getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in getBody()
639 PrintStmt(S->getInnermostCapturedStmt()->getCapturedStmt()); in PrintOMPExecutableDirective()
7726 Stmt *CS = D->getInnermostCapturedStmt()->getCapturedStmt(); in TransformOMPExecutableDirective()
2202 S->getInnermostCapturedStmt()->captures()) { in VisitSubCaptures()