Searched refs:getInnermostCapturedStmt (Results 1 – 6 of 6) sorted by relevance
174 LD->getInnermostCapturedStmt()->getCapturedStmt(), in emitPreInitStmt()1961 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in EmitOMPLoopBody()2122 const CapturedStmt *ICS = OMPED.getInnermostCapturedStmt(); in EmitOMPInnerLoop()4022 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitSections()4177 const CapturedStmt *ICS = S.getInnermostCapturedStmt(); in EmitOMPSectionsDirective()4178 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitOMPSectionsDirective()4287 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPSingleDirective()4752 Checker.Visit(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskBasedDirective()5379 EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskgroupDirective()5410 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskgroupDirective()[all …]
517 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedSPMDDirective()530 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()944 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
6030 const auto *CS = D.getInnermostCapturedStmt(); in getNumTeamsExprForTargetDirective()6167 const auto *CS = D.getInnermostCapturedStmt(); in emitNumTeamsForTargetDirective()6325 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()6360 CS = Dir->getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()6366 CS = Dir->getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()6379 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()6385 CS = Dir->getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()6397 getNumThreads(CGF, D.getInnermostCapturedStmt(), NTPtr, UpperBound, in getNumThreadsExprForTargetDirective()8928 const auto *CS = D.getInnermostCapturedStmt(); in getNestedDistributeDirective()8944 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
556 CapturedStmt *getInnermostCapturedStmt() { in getInnermostCapturedStmt() function561 return Data->getInnermostCapturedStmt(CaptureRegions); in getInnermostCapturedStmt()564 const CapturedStmt *getInnermostCapturedStmt() const { in getInnermostCapturedStmt() function566 ->getInnermostCapturedStmt(); in getInnermostCapturedStmt()
9097 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) { in getInnermostCapturedStmt() function9108 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) const { in getInnermostCapturedStmt() function9109 return const_cast<OMPChildren *>(this)->getInnermostCapturedStmt( in getInnermostCapturedStmt()
3756 visitSubCaptures(S->getInnermostCapturedStmt()); in VisitSubCaptures()3761 llvm::any_of(S->getInnermostCapturedStmt()->captures(), in VisitSubCaptures()3767 Visit(S->getInnermostCapturedStmt()->getCapturedStmt()); in VisitSubCaptures()