Searched refs:getInnermostCapturedStmt (Results 1 – 6 of 6) sorted by relevance
569 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedSPMDDirective()582 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()767 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedLightweightDirective()784 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()797 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()810 Body = NND->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()834 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()1290 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
169 LD->getInnermostCapturedStmt()->getCapturedStmt(), in emitPreInitStmt()2086 const CapturedStmt *ICS = OMPED.getInnermostCapturedStmt(); in EmitOMPInnerLoop()4074 const CapturedStmt *ICS = S.getInnermostCapturedStmt(); in EmitOMPSectionsDirective()4184 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPSingleDirective()4627 Checker.Visit(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskBasedDirective()5224 EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskgroupDirective()5255 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskgroupDirective()5794 const CapturedStmt *CS = S.getInnermostCapturedStmt(); in EmitOMPOrderedDirective()5830 const CapturedStmt *CS = S.getInnermostCapturedStmt(); in EmitOMPOrderedDirective()7290 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTargetDataDirective()[all …]
6565 const auto *CS = D.getInnermostCapturedStmt(); in getNumTeamsExprForTargetDirective()6698 const auto *CS = D.getInnermostCapturedStmt(); in emitNumTeamsForTargetDirective()6952 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()6984 CS = Dir->getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()6991 CS = Dir->getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()7009 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()7016 CS = Dir->getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()7032 return getNumThreads(CGF, D.getInnermostCapturedStmt(), ThreadLimitVal); in emitNumThreadsForTargetDirective()9726 const auto *CS = D.getInnermostCapturedStmt(); in getNestedDistributeDirective()9740 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
542 CapturedStmt *getInnermostCapturedStmt() { in getInnermostCapturedStmt() function547 return Data->getInnermostCapturedStmt(CaptureRegions); in getInnermostCapturedStmt()550 const CapturedStmt *getInnermostCapturedStmt() const { in getInnermostCapturedStmt() function552 ->getInnermostCapturedStmt(); in getInnermostCapturedStmt()
8988 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) { in getInnermostCapturedStmt() function8999 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) const { in getInnermostCapturedStmt() function9000 return const_cast<OMPChildren *>(this)->getInnermostCapturedStmt( in getInnermostCapturedStmt()
3637 visitSubCaptures(S->getInnermostCapturedStmt()); in VisitSubCaptures()3642 llvm::any_of(S->getInnermostCapturedStmt()->captures(), in VisitSubCaptures()3648 Visit(S->getInnermostCapturedStmt()->getCapturedStmt()); in VisitSubCaptures()