Searched refs:getAssociatedStmt (Results 1 – 12 of 12) sorted by relevance
95 Stmt *getAssociatedStmt() { return AssociatedStmt; } in getAssociatedStmt() function96 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function98 ->getAssociatedStmt(); in getAssociatedStmt()107 if (getAssociatedStmt()) in children()189 Stmt *getStructuredBlock() { return getAssociatedStmt(); } in getStructuredBlock()238 Stmt *getLoop() { return getAssociatedStmt(); } in getLoop()
9059 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function9060 return const_cast<OMPChildren *>(this)->getAssociatedStmt(); in getAssociatedStmt()9062 Stmt *getAssociatedStmt() { in getAssociatedStmt() function9086 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getCapturedStmt()9101 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getInnermostCapturedStmt()9121 if (auto *CS = dyn_cast<CapturedStmt>(getAssociatedStmt())) { in getRawStmt()9129 return getAssociatedStmt(); in getRawStmt()
534 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function535 return const_cast<OMPExecutableDirective *>(this)->getAssociatedStmt(); in getAssociatedStmt()537 Stmt *getAssociatedStmt() { in getAssociatedStmt() function540 return Data->getAssociatedStmt(); in getAssociatedStmt()
3983 TRY_TO(TraverseStmt(S->getAssociatedStmt()));
66 f.TraverseStmt(getAssociatedStmt()); in findAndSetChildLoops()
286 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt()); in OMPSimdLexicalScope()2842 EmitStmt(S.getAssociatedStmt()); in EmitOMPUnrollDirective()4241 const Stmt *SectionRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPSectionDirective()4260 EmitStmt(S.getAssociatedStmt()); in EmitOMPSectionDirective()4321 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective()4361 const Stmt *MaskedRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMaskedDirective()4396 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPCriticalDirective()4430 CGF.EmitStmt(S.getAssociatedStmt()); in EmitOMPCriticalDirective()6651 EmitStopPoint(S.getAssociatedStmt()); in EmitOMPAtomicDirective()7928 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt(); in EmitOMPGenericLoopDirective()[all …]
340 dyn_cast_or_null<CapturedStmt>(D->getAssociatedStmt())) { in VisitOMPExecutableDirective()
9898 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
2892 Record.AddStmt(S->getAssociatedStmt()); in VisitOpenACCAssociatedStmtConstruct()
7905 AddStmt(Data->getAssociatedStmt()); in writeOMPChildren()
9140 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()9152 CS = D->getAssociatedStmt(); in TransformOMPExecutableDirective()
3744 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()3753 Visit(S->getAssociatedStmt()); in VisitSubCaptures()