Searched refs:getInnermostCapturedStmt (Results 1 – 6 of 6) sorted by relevance
570 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedSPMDDirective()583 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()768 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedLightweightDirective()785 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()798 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()811 Body = NND->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()835 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()1276 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
165 LD->getInnermostCapturedStmt()->getCapturedStmt(), in emitPreInitStmt()1907 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in EmitOMPLoopBody()2052 const CapturedStmt *ICS = OMPED.getInnermostCapturedStmt(); in EmitOMPInnerLoop()3831 const CapturedStmt *ICS = S.getInnermostCapturedStmt(); in EmitOMPSectionsDirective()3948 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPSingleDirective()4363 Checker.Visit(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskBasedDirective()4817 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskgroupDirective()5326 const CapturedStmt *CS = S.getInnermostCapturedStmt(); in EmitOMPOrderedDirective()5938 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in emitCommonOMPTargetDirective()6610 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTargetDataDirective()[all …]
6632 const auto *CS = D.getInnermostCapturedStmt(); in getNumTeamsExprForTargetDirective()6764 const auto *CS = D.getInnermostCapturedStmt(); in emitNumTeamsForTargetDirective()7020 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()7052 CS = Dir->getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()7059 CS = Dir->getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()7077 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()7084 CS = Dir->getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()7100 return getNumThreads(CGF, D.getInnermostCapturedStmt(), ThreadLimitVal); in emitNumThreadsForTargetDirective()9716 const auto *CS = D.getInnermostCapturedStmt(); in getNestedDistributeDirective()9730 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()
8662 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) { in getInnermostCapturedStmt() function8673 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) const { in getInnermostCapturedStmt() function8674 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()