Searched refs:getInnermostCapturedStmt (Results 1 – 6 of 6) sorted by relevance
627 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedSPMDDirective()640 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()825 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedLightweightDirective()842 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()855 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()868 Body = NND->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()892 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()1610 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
165 LD->getInnermostCapturedStmt()->getCapturedStmt(), in emitPreInitStmt()1899 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in EmitOMPLoopBody()2044 const CapturedStmt *ICS = OMPED.getInnermostCapturedStmt(); in EmitOMPInnerLoop()3650 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitSections()3805 const CapturedStmt *ICS = S.getInnermostCapturedStmt(); in EmitOMPSectionsDirective()3806 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitOMPSectionsDirective()3922 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPSingleDirective()4337 Checker.Visit(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskBasedDirective()4791 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskgroupDirective()5298 const CapturedStmt *CS = S.getInnermostCapturedStmt(); in EmitOMPOrderedDirective()[all …]
6610 const auto *CS = D.getInnermostCapturedStmt(); in emitNumTeamsForTargetDirective()6838 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()6870 CS = Dir->getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()6877 CS = Dir->getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()6895 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()6902 CS = Dir->getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()6918 return getNumThreads(CGF, D.getInnermostCapturedStmt(), ThreadLimitVal); in emitNumThreadsForTargetDirective()9545 const auto *CS = D.getInnermostCapturedStmt(); in getNestedDistributeDirective()9559 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
537 CapturedStmt *getInnermostCapturedStmt() { in getInnermostCapturedStmt() function542 return Data->getInnermostCapturedStmt(CaptureRegions); in getInnermostCapturedStmt()545 const CapturedStmt *getInnermostCapturedStmt() const { in getInnermostCapturedStmt() function547 ->getInnermostCapturedStmt(); in getInnermostCapturedStmt()
8554 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) { in getInnermostCapturedStmt() function8565 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) const { in getInnermostCapturedStmt() function8566 return const_cast<OMPChildren *>(this)->getInnermostCapturedStmt( in getInnermostCapturedStmt()
3438 visitSubCaptures(S->getInnermostCapturedStmt()); in VisitSubCaptures()3443 llvm::any_of(S->getInnermostCapturedStmt()->captures(), in VisitSubCaptures()3449 Visit(S->getInnermostCapturedStmt()->getCapturedStmt()); in VisitSubCaptures()