Searched defs:LoopStmt (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 31 const Stmt *LoopStmt; member 76 ProgramStateRef processLoopEnd(const Stmt *LoopStmt, ProgramStateRef State) { in processLoopEnd() 198 bool shouldCompletelyUnroll(const Stmt *LoopStmt, ASTContext &ASTCtx, in shouldCompletelyUnroll() 230 bool madeNewBranch(ExplodedNode *N, const Stmt *LoopStmt) { in madeNewBranch() 250 ProgramStateRef updateLoopStack(const Stmt *LoopStmt, ASTContext &ASTCtx, in updateLoopStack()
|
| H A D | LoopWidening.cpp | 29 static const Expr *getLoopCondition(const Stmt *LoopStmt) { in getLoopCondition() 47 unsigned BlockCount, const Stmt *LoopStmt) { in getWidenedLoopState()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 717 LoopExit(const Stmt *LoopStmt, const LocationContext *LC) in LoopExit()
|
| H A D | CFG.h | 936 void appendLoopExit(const Stmt *LoopStmt, BumpVectorContext &C) { in appendLoopExit()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | CFG.cpp | 836 void appendLoopExit(CFGBlock *B, const Stmt *LoopStmt) { in appendLoopExit() 1599 void CFGBuilder::addLoopExit(const Stmt *LoopStmt){ in addLoopExit() 5190 const Stmt *LoopStmt = LE->getLoopStmt(); in print_elem() local
|