Searched defs:LoopStmt (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopWidening.cpp | 28 static const Expr *getLoopCondition(const Stmt *LoopStmt) { in getLoopCondition() 48 unsigned BlockCount, const Stmt *LoopStmt) { in getWidenedLoopState()
|
H A D | LoopUnrolling.cpp | 32 const Stmt *LoopStmt; member 78 ProgramStateRef processLoopEnd(const Stmt *LoopStmt, ProgramStateRef State) { in processLoopEnd() argument 251 shouldCompletelyUnroll(const Stmt * LoopStmt,ASTContext & ASTCtx,ExplodedNode * Pred,unsigned & maxStep) shouldCompletelyUnroll() argument 283 madeNewBranch(ExplodedNode * N,const Stmt * LoopStmt) madeNewBranch() argument 303 updateLoopStack(const Stmt * LoopStmt,ASTContext & ASTCtx,ExplodedNode * Pred,unsigned maxVisitOnPath) updateLoopStack() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 713 LoopExit(const Stmt *LoopStmt, const LocationContext *LC) in LoopExit()
|
H A D | CFG.h | 1181 appendLoopExit(const Stmt * LoopStmt,BumpVectorContext & C) appendLoopExit() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 892 void appendLoopExit(CFGBlock *B, const Stmt *LoopStmt) { in appendLoopExit() argument 1808 addLoopExit(const Stmt * LoopStmt) addLoopExit() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 163 static OMPCanonicalLoop *create(const ASTContext &Ctx, Stmt *LoopStmt, in create() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 1643 RebuildOMPCanonicalLoop(Stmt * LoopStmt) RebuildOMPCanonicalLoop() argument
|