Searched defs:LoopStmt (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopUnrolling.cpp | 30 const Stmt *LoopStmt; member 75 ProgramStateRef processLoopEnd(const Stmt *LoopStmt, ProgramStateRef State) { in processLoopEnd() 209 bool shouldCompletelyUnroll(const Stmt *LoopStmt, ASTContext &ASTCtx, in shouldCompletelyUnroll() 241 bool madeNewBranch(ExplodedNode *N, const Stmt *LoopStmt) { in madeNewBranch() 261 ProgramStateRef updateLoopStack(const Stmt *LoopStmt, ASTContext &ASTCtx, in updateLoopStack()
|
H A D | LoopWidening.cpp | 28 static const Expr *getLoopCondition(const Stmt *LoopStmt) { in getLoopCondition() 46 unsigned BlockCount, const Stmt *LoopStmt) { in getWidenedLoopState()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 715 LoopExit(const Stmt *LoopStmt, const LocationContext *LC) in LoopExit()
|
H A D | CFG.h | 1158 void appendLoopExit(const Stmt *LoopStmt, BumpVectorContext &C) { in appendLoopExit()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | CFG.cpp | 865 void appendLoopExit(CFGBlock *B, const Stmt *LoopStmt) { in appendLoopExit() 1720 void CFGBuilder::addLoopExit(const Stmt *LoopStmt){ in addLoopExit()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 163 static OMPCanonicalLoop *create(const ASTContext &Ctx, Stmt *LoopStmt, in create()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | TreeTransform.h | 1553 StmtResult RebuildOMPCanonicalLoop(Stmt *LoopStmt) { in RebuildOMPCanonicalLoop()
|