Searched refs:getLoopStmt (Results 1 – 13 of 13) sorted by relevance
47 const Stmt *getLoopStmt() const { return LoopStmt; } in getLoopStmt() function77 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd()309 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack()
654 ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred); in processCFGElement()
98 << castAs<LoopExit>().getLoopStmt()->getStmtClassName() << '\"'; in printJson()
5558 OS << E.castAs<CFGLoopExit>().getLoopStmt()->getStmtClassName() << " (LoopExit)\n"; in print_elem()
718 const Stmt *getLoopStmt() const { in getLoopStmt() function
275 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
2834 TRY_TO(TraverseStmt(S->getLoopStmt()));
96 S = CanonLoop->getLoopStmt(); in tryToFindNextInnerLoop()152 CurStmt = CanonLoop->getLoopStmt(); in doForAllLoops()188 Body = CanonLoop->getLoopStmt(); in doForAllLoopsBodies()
640 PrintStmt(Node->getLoopStmt()); in VisitOMPCanonicalLoop()
1835 SimplifiedS = CanonLoop->getLoopStmt(); in emitBody()1964 const Stmt *SyntacticalLoop = S->getLoopStmt(); in EmitOMPCanonicalLoop()
8436 return getDerived().TransformStmt(L->getLoopStmt()); in TransformOMPCanonicalLoop()
8567 S = CanonLoop->getLoopStmt(); in checkOpenMPIterationSpace()