Searched refs:getInnermostCapturedStmt (Results 1 – 7 of 7) sorted by relevance
621 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedSPMDDirective()634 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()819 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedLightweightDirective()836 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()849 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()862 Body = NND->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()886 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()1607 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
162 S.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in emitPreInitStmt()1845 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in EmitOMPLoopBody()1875 const CapturedStmt *ICS = OMPED.getInnermostCapturedStmt(); in EmitOMPInnerLoop()3403 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitSections()3594 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPSingleDirective()3934 Checker.Visit(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskBasedDirective()4369 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskgroupDirective()4876 const CapturedStmt *CS = S.getInnermostCapturedStmt(); in EmitOMPOrderedDirective()5475 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in emitCommonOMPTargetDirective()6144 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTargetDataDirective()[all …]
6563 const auto *CS = D.getInnermostCapturedStmt(); in emitNumTeamsForTargetDirective()6790 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()6822 CS = Dir->getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()6829 CS = Dir->getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()6847 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()6854 CS = Dir->getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()6870 return getNumThreads(CGF, D.getInnermostCapturedStmt(), ThreadLimitVal); in emitNumThreadsForTargetDirective()9407 const auto *CS = D.getInnermostCapturedStmt(); in getNestedDistributeDirective()9421 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
305 CapturedStmt *getInnermostCapturedStmt() { in getInnermostCapturedStmt() function310 return Data->getInnermostCapturedStmt(CaptureRegions); in getInnermostCapturedStmt()313 const CapturedStmt *getInnermostCapturedStmt() const { in getInnermostCapturedStmt() function315 ->getInnermostCapturedStmt(); in getInnermostCapturedStmt()
8007 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) { in getInnermostCapturedStmt() function8018 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) const { in getInnermostCapturedStmt() function8019 return const_cast<OMPChildren *>(this)->getInnermostCapturedStmt( in getInnermostCapturedStmt()
3351 visitSubCaptures(S->getInnermostCapturedStmt()); in VisitSubCaptures()3356 llvm::any_of(S->getInnermostCapturedStmt()->captures(), in VisitSubCaptures()3362 Visit(S->getInnermostCapturedStmt()->getCapturedStmt()); in VisitSubCaptures()
8349 CS = D->getInnermostCapturedStmt()->getCapturedStmt(); in TransformOMPExecutableDirective()