Searched refs:getInnermostCapturedStmt (Results 1 – 6 of 6) sorted by relevance
170 LD->getInnermostCapturedStmt()->getCapturedStmt(), in emitPreInitStmt()2094 const CapturedStmt *ICS = OMPED.getInnermostCapturedStmt(); in EmitOMPInnerLoop()4132 const CapturedStmt *ICS = S.getInnermostCapturedStmt(); in EmitOMPSectionsDirective()4242 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPSingleDirective()4707 Checker.Visit(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskBasedDirective()5322 EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskgroupDirective()5353 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskgroupDirective()5901 const CapturedStmt *CS = S.getInnermostCapturedStmt(); in EmitOMPOrderedDirective()5944 const CapturedStmt *CS = S.getInnermostCapturedStmt(); in EmitOMPOrderedDirective()7327 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTargetDataDirective()[all …]
542 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedSPMDDirective()555 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()964 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
6015 const auto *CS = D.getInnermostCapturedStmt(); in getNumTeamsExprForTargetDirective()6152 const auto *CS = D.getInnermostCapturedStmt(); in emitNumTeamsForTargetDirective()6310 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()6345 CS = Dir->getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()6351 CS = Dir->getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()6364 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()6370 CS = Dir->getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()6382 getNumThreads(CGF, D.getInnermostCapturedStmt(), NTPtr, UpperBound, in getNumThreadsExprForTargetDirective()8868 const auto *CS = D.getInnermostCapturedStmt(); in getNestedDistributeDirective()8883 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()
9057 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) { in getInnermostCapturedStmt() function9068 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) const { in getInnermostCapturedStmt() function9069 return const_cast<OMPChildren *>(this)->getInnermostCapturedStmt( in getInnermostCapturedStmt()
3715 visitSubCaptures(S->getInnermostCapturedStmt()); in VisitSubCaptures()3720 llvm::any_of(S->getInnermostCapturedStmt()->captures(), in VisitSubCaptures()3726 Visit(S->getInnermostCapturedStmt()->getCapturedStmt()); in VisitSubCaptures()