Searched defs:LoopStmt (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 32 const Stmt *LoopStmt; member 78 ProgramStateRef processLoopEnd(const Stmt *LoopStmt, ProgramStateRef State) { in processLoopEnd() 268 static bool shouldCompletelyUnroll(const Stmt *LoopStmt, ASTContext &ASTCtx, in shouldCompletelyUnroll() 300 static bool madeNewBranch(ExplodedNode *N, const Stmt *LoopStmt) { in madeNewBranch() 320 ProgramStateRef updateLoopStack(const Stmt *LoopStmt, ASTContext &ASTCtx, in updateLoopStack()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 723 LoopExit(const Stmt *LoopStmt, const LocationContext *LC) in LoopExit()
|
| H A D | CFG.h | 1190 void appendLoopExit(const Stmt *LoopStmt, BumpVectorContext &C) { in appendLoopExit()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 920 void appendLoopExit(CFGBlock *B, const Stmt *LoopStmt) { in appendLoopExit() 1892 void CFGBuilder::addLoopExit(const Stmt *LoopStmt){ in addLoopExit()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 14246 Stmt *LoopStmt, ArrayRef<Stmt *> OriginalInit, in addLoopPreInits() 14445 Stmt *LoopStmt = LoopStmts[I]; in ActOnOpenMPTileDirective() local 14717 Stmt *LoopStmt = LoopStmts[I]; in ActOnOpenMPStripeDirective() local 14946 Stmt *LoopStmt = nullptr; in ActOnOpenMPUnrollDirective() local 15152 Stmt *LoopStmt = nullptr; in ActOnOpenMPReverseDirective() local
|
| H A D | TreeTransform.h | 1656 StmtResult RebuildOMPCanonicalLoop(Stmt *LoopStmt) { in RebuildOMPCanonicalLoop()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 163 static OMPCanonicalLoop *create(const ASTContext &Ctx, Stmt *LoopStmt, in create()
|