Home
last modified time | relevance | path

Searched refs:getLoopStmt (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp47 const Stmt *getLoopStmt() const { return LoopStmt; } in getLoopStmt() function
77 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd()
270 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack()
H A DExprEngine.cpp654 ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred); in processCFGElement()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DProgramPoint.cpp98 << castAs<LoopExit>().getLoopStmt()->getStmtClassName() << '\"'; in printJson()
H A DCFG.cpp5551 OS << E.castAs<CFGLoopExit>().getLoopStmt()->getStmtClassName() << " (LoopExit)\n"; in print_elem()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h718 const Stmt *getLoopStmt() const { in getLoopStmt() function
H A DCFG.h275 const Stmt *getLoopStmt() const { in getLoopStmt() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h184 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() function
200 const Stmt *getLoopStmt() const { return SubStmts[LOOP_STMT]; } in getLoopStmt() function
H A DRecursiveASTVisitor.h2808 TRY_TO(TraverseStmt(S->getLoopStmt()));
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp96 S = CanonLoop->getLoopStmt(); in tryToFindNextInnerLoop()
133 CurStmt = CanonLoop->getLoopStmt(); in doForAllLoops()
169 Body = CanonLoop->getLoopStmt(); in doForAllLoopsBodies()
H A DStmtPrinter.cpp639 PrintStmt(Node->getLoopStmt()); in VisitOMPCanonicalLoop()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1827 SimplifiedS = CanonLoop->getLoopStmt(); in emitBody()
1956 const Stmt *SyntacticalLoop = S->getLoopStmt(); in EmitOMPCanonicalLoop()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8413 return getDerived().TransformStmt(L->getLoopStmt()); in TransformOMPCanonicalLoop()
H A DSemaOpenMP.cpp8561 S = CanonLoop->getLoopStmt(); in checkOpenMPIterationSpace()