Searched refs:getAssociatedStmt (Results 1 – 6 of 6) sorted by relevance
846 auto CS = cast<CapturedStmt>(S.getAssociatedStmt()); in emitCommonOMPParallelDirective()894 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPParallelDirective()1633 auto *Stmt = cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt(); in EmitSections()1795 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPSectionDirective()1828 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPSingleDirective()1846 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPMasterDirective()1854 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPCriticalDirective()1902 auto CS = cast<CapturedStmt>(S.getAssociatedStmt()); in EmitOMPTaskDirective()1952 auto *CS = cast<CapturedStmt>(S.getAssociatedStmt()); in EmitOMPTaskDirective()2042 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPTaskgroupDirective()[all …]
344 const CapturedStmt *CS = cast<CapturedStmt>(D.getAssociatedStmt()); in emitParallelOutlinedFunction()364 auto *CS = cast<CapturedStmt>(D.getAssociatedStmt()); in emitTaskOutlinedFunction()2415 cast<CapturedStmt>(*D.getAssociatedStmt())); in emitTaskCall()3243 const CapturedStmt &CS = *cast<CapturedStmt>(D.getAssociatedStmt()); in emitTargetOutlinedFunction()3287 const CapturedStmt &CS = *cast<CapturedStmt>(D.getAssociatedStmt()); in emitTargetCall()
918 if (S->hasAssociatedStmt() && S->getAssociatedStmt()) { in PrintOMPExecutableDirective()919 assert(isa<CapturedStmt>(S->getAssociatedStmt()) && in PrintOMPExecutableDirective()921 Stmt *CS = cast<CapturedStmt>(S->getAssociatedStmt())->getCapturedStmt(); in PrintOMPExecutableDirective()
197 Stmt *getAssociatedStmt() const { in getAssociatedStmt() function648 Stmt *Body = getAssociatedStmt()->IgnoreContainers(true); in getBody()
2047 Writer.AddStmt(E->getAssociatedStmt()); in VisitOMPExecutableDirective()
7074 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()7081 cast<CapturedStmt>(D->getAssociatedStmt())->getCapturedStmt()); in TransformOMPExecutableDirective()