Searched refs:getAssociatedStmt (Results 1 – 13 of 13) sorted by relevance
96 Stmt *getAssociatedStmt() { return AssociatedStmt; } in getAssociatedStmt() function97 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function99 ->getAssociatedStmt(); in getAssociatedStmt()108 if (getAssociatedStmt()) in children()179 Stmt *getStructuredBlock() { return getAssociatedStmt(); } in getStructuredBlock()223 Stmt *getLoop() { return getAssociatedStmt(); } in getLoop()284 Stmt *getLoop() { return getAssociatedStmt(); } in getLoop()330 Stmt *getStructuredBlock() { return getAssociatedStmt(); } in getStructuredBlock()438 Stmt *getStructuredBlock() { return getAssociatedStmt(); } in getStructuredBlock()812 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function[all …]
9646 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function9647 return const_cast<OMPChildren *>(this)->getAssociatedStmt(); in getAssociatedStmt()9649 Stmt *getAssociatedStmt() { in getAssociatedStmt() function9672 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getCapturedStmt()9687 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getInnermostCapturedStmt()9707 if (auto *CS = dyn_cast<CapturedStmt>(getAssociatedStmt())) { in getRawStmt()9715 return getAssociatedStmt(); in getRawStmt()
520 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function521 return const_cast<OMPExecutableDirective *>(this)->getAssociatedStmt(); in getAssociatedStmt()523 Stmt *getAssociatedStmt() { in getAssociatedStmt() function526 return Data->getAssociatedStmt(); in getAssociatedStmt()
4092 TRY_TO(TraverseStmt(S->getAssociatedStmt()));
292 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt()); in OMPSimdLexicalScope()2545 const Stmt *AssociatedStmt = D.getAssociatedStmt(); in EmitOMPSimdInit()2984 EmitStmt(S.getAssociatedStmt()); in EmitOMPUnrollDirective()4426 const Stmt *SectionRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPSectionDirective()4449 EmitStmt(S.getAssociatedStmt()); in EmitOMPSectionDirective()4510 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective()4554 const Stmt *MaskedRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMaskedDirective()4592 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPCriticalDirective()4630 CGF.EmitStmt(S.getAssociatedStmt()); in EmitOMPCriticalDirective()6870 EmitStopPoint(S.getAssociatedStmt()); in EmitOMPAtomicDirective()[all …]
340 dyn_cast_or_null<CapturedStmt>(D->getAssociatedStmt())) { in VisitOMPExecutableDirective()
4193 EmitStmt(S.getAssociatedStmt());
9970 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
2927 Record.AddStmt(S->getAssociatedStmt()); in VisitOpenACCAssociatedStmtConstruct()3016 Record.AddStmt(S->getAssociatedStmt()); in VisitOpenACCAtomicConstruct()
8636 AddStmt(Data->getAssociatedStmt()); in writeOMPChildren()
1267 PrintStmt(S->getAssociatedStmt()); in VisitOpenACCAtomicConstruct()
9500 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()9512 CS = D->getAssociatedStmt(); in TransformOMPExecutableDirective()9573 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPInformationalDirective()9582 Stmt *CS = D->getAssociatedStmt(); in TransformOMPInformationalDirective()12809 StmtResult AssocStmt = getDerived().TransformStmt(C->getAssociatedStmt()); in TransformOpenACCAtomicConstruct()
3752 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()3762 Visit(S->getAssociatedStmt()); in VisitSubCaptures()