Searched refs:getInnermostCapturedStmt (Results 1 – 6 of 6) sorted by relevance
178 LD->getInnermostCapturedStmt()->getCapturedStmt(), in emitPreInitStmt()2006 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in EmitOMPLoopBody()2169 const CapturedStmt *ICS = OMPED.getInnermostCapturedStmt(); in EmitOMPInnerLoop()4174 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitSections()4330 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPScopeDirective()4358 const CapturedStmt *ICS = S.getInnermostCapturedStmt(); in EmitOMPSectionsDirective()4359 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitOMPSectionsDirective()4476 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPSingleDirective()4952 Checker.Visit(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskBasedDirective()5581 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()
6280 const auto *CS = D.getInnermostCapturedStmt(); in getNumTeamsExprForTargetDirective()6413 const auto *CS = D.getInnermostCapturedStmt(); in emitNumTeamsForTargetDirective()6571 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()6608 CS = Dir->getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()6614 CS = Dir->getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()6628 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()6634 CS = Dir->getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()6647 getNumThreads(CGF, D.getInnermostCapturedStmt(), NTPtr, UpperBound, in getNumThreadsExprForTargetDirective()9216 const auto *CS = D.getInnermostCapturedStmt(); in getNestedDistributeDirective()9232 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()
9683 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) { in getInnermostCapturedStmt() function9694 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) const { in getInnermostCapturedStmt() function9695 return const_cast<OMPChildren *>(this)->getInnermostCapturedStmt( in getInnermostCapturedStmt()
3765 visitSubCaptures(S->getInnermostCapturedStmt()); in VisitSubCaptures()3770 llvm::any_of(S->getInnermostCapturedStmt()->captures(), in VisitSubCaptures()3776 Visit(S->getInnermostCapturedStmt()->getCapturedStmt()); in VisitSubCaptures()