Searched refs:getAssociatedStmt (Results 1 – 14 of 14) sorted by relevance
63 auto *CS = cast<CapturedStmt>(S.getAssociatedStmt()); in OMPLexicalScope()584 CGCapturedStmtInfo CapturesInfo(cast<CapturedStmt>(*D.getAssociatedStmt())); in EmitOMPFirstprivateClause()1194 auto CS = cast<CapturedStmt>(S.getAssociatedStmt()); in emitCommonOMPParallelDirective()1243 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPParallelDirective()1876 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPDistributeParallelForDirective()1888 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPDistributeParallelForSimdDirective()1900 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPDistributeSimdDirective()1912 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPTargetParallelForSimdDirective()2154 auto *Stmt = cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt(); in EmitSections()2302 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPSectionDirective()[all …]
846 const CapturedStmt *CS = cast<CapturedStmt>(D.getAssociatedStmt()); in emitParallelOrTeamsOutlinedFunction()882 auto *CS = cast<CapturedStmt>(D.getAssociatedStmt()); in emitTaskOutlinedFunction()3517 cast<CapturedStmt>(*D.getAssociatedStmt())); in emitPrivatesInit()4812 const CapturedStmt &CS = *cast<CapturedStmt>(D.getAssociatedStmt()); in emitTargetOutlinedFunctionHelper()4884 const CapturedStmt &CS = *cast<CapturedStmt>(D.getAssociatedStmt()); in emitNumTeamsClauseForTargetDirective()4933 const CapturedStmt &CS = *cast<CapturedStmt>(D.getAssociatedStmt()); in emitThreadLimitClauseForTargetDirective()5723 const CapturedStmt &CS = *cast<CapturedStmt>(D.getAssociatedStmt()); in emitTargetCall()5929 cast<CapturedStmt>(E->getAssociatedStmt())->getCapturedStmt(), in scanForTargetRegionsFunctions()
283 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function284 return const_cast<OMPExecutableDirective *>(this)->getAssociatedStmt(); in getAssociatedStmt()286 Stmt *getAssociatedStmt() { in getAssociatedStmt() function289 return Data->getAssociatedStmt(); in getAssociatedStmt()
7967 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function7968 return const_cast<OMPChildren *>(this)->getAssociatedStmt(); in getAssociatedStmt()7970 Stmt *getAssociatedStmt() { in getAssociatedStmt() function7996 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getCapturedStmt()8011 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getInnermostCapturedStmt()8031 if (auto *CS = dyn_cast<CapturedStmt>(getAssociatedStmt())) { in getRawStmt()8039 return getAssociatedStmt(); in getRawStmt()
982 if (S->hasAssociatedStmt() && S->getAssociatedStmt()) { in PrintOMPExecutableDirective()983 assert(isa<CapturedStmt>(S->getAssociatedStmt()) && in PrintOMPExecutableDirective()985 Stmt *CS = cast<CapturedStmt>(S->getAssociatedStmt())->getCapturedStmt(); in PrintOMPExecutableDirective()
196 Stmt *getAssociatedStmt() const { in getAssociatedStmt() function724 Stmt *Body = getAssociatedStmt()->IgnoreContainers(true); in getBody()
241 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt()); in OMPSimdLexicalScope()3567 EmitStmt(S.getAssociatedStmt()); in EmitOMPSectionDirective()3628 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective()3658 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPCriticalDirective()3694 CGF.EmitStmt(S.getAssociatedStmt()); in EmitOMPCriticalDirective()5458 EmitStopPoint(S.getAssociatedStmt()); in EmitOMPAtomicDirective()6654 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()6718 EmitStmt(D.getAssociatedStmt()); in EmitSimpleOMPExecutableDirective()
371 dyn_cast_or_null<CapturedStmt>(D->getAssociatedStmt())) { in VisitOMPExecutableDirective()
10332 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
2172 Record.AddStmt(E->getAssociatedStmt()); in VisitOMPExecutableDirective()
7184 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()7191 cast<CapturedStmt>(D->getAssociatedStmt())->getCapturedStmt()); in TransformOMPExecutableDirective()
8336 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()8347 CS = D->getAssociatedStmt(); in TransformOMPExecutableDirective()
3342 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()3348 Visit(S->getAssociatedStmt()); in VisitSubCaptures()
6891 AddStmt(Data->getAssociatedStmt()); in writeOMPChildren()