Searched refs:getLoopStmt (Results 1 – 14 of 14) sorted by relevance
49 const Stmt *getLoopStmt() const { return LoopStmt; } in getLoopStmt() function80 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd()329 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack()
99 return Elem->castAs<CFGLoopExit>().getLoopStmt(); in getStmt()
993 ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred); in processCFGElement()
158 if (const Stmt *S = castAs<LoopExit>().getLoopStmt()) in getSourceLocation()217 << castAs<LoopExit>().getLoopStmt()->getStmtClassName() << '\"'; in printJson()
5966 OS << E.castAs<CFGLoopExit>().getLoopStmt()->getStmtClassName() in print_elem()
726 const Stmt *getLoopStmt() const { in getLoopStmt() function
278 const Stmt *getLoopStmt() const { in getLoopStmt() function
184 SourceLocation getBeginLoc() const { return getLoopStmt()->getBeginLoc(); } in getBeginLoc()185 SourceLocation getEndLoc() const { return getLoopStmt()->getEndLoc(); } in getEndLoc()199 Stmt *getLoopStmt() { return SubStmts[LOOP_STMT]; } in getLoopStmt() function200 const Stmt *getLoopStmt() const { return SubStmts[LOOP_STMT]; } in getLoopStmt() function
3061 TRY_TO(TraverseStmt(S->getLoopStmt()));
96 S = CanonLoop->getLoopStmt(); in tryToFindNextInnerLoop()158 CurStmt = CanonLoop->getLoopStmt(); in doForAllLoops()194 Body = CanonLoop->getLoopStmt(); in doForAllLoopsBodies()
733 PrintStmt(Node->getLoopStmt()); in VisitOMPCanonicalLoop()
1933 SimplifiedS = CanonLoop->getLoopStmt(); in emitBody()2079 const Stmt *SyntacticalLoop = S->getLoopStmt(); in EmitOMPCanonicalLoop()2773 if (const Stmt *SyntacticalLoop = CanonLoop->getLoopStmt()) { in isSimdSupportedByOpenMPIRBuilder()
9476 return getDerived().TransformStmt(L->getLoopStmt()); in TransformOMPCanonicalLoop()
9211 S = CanonLoop->getLoopStmt(); in checkOpenMPIterationSpace()