Searched defs:LoopStmt (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | InfiniteLoopCheck.cpp | 31 static bool isChanged(const Stmt *LoopStmt, const VarDecl *Var, in isChanged() 47 static bool isVarThatIsPossiblyChanged(const Decl *Func, const Stmt *LoopStmt, in isVarThatIsPossiblyChanged() 85 static bool isAtLeastOneCondVarChanged(const Decl *Func, const Stmt *LoopStmt, in isAtLeastOneCondVarChanged() 164 const auto *LoopStmt = Result.Nodes.getNodeAs<Stmt>("loop-stmt"); in check() local
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopWidening.cpp | 28 static const Expr *getLoopCondition(const Stmt *LoopStmt) { in getLoopCondition() 46 unsigned BlockCount, const Stmt *LoopStmt) { in getWidenedLoopState()
|
| H A D | LoopUnrolling.cpp | 30 const Stmt *LoopStmt; member 75 ProgramStateRef processLoopEnd(const Stmt *LoopStmt, ProgramStateRef State) { in processLoopEnd() 248 bool shouldCompletelyUnroll(const Stmt *LoopStmt, ASTContext &ASTCtx, in shouldCompletelyUnroll() 280 bool madeNewBranch(ExplodedNode *N, const Stmt *LoopStmt) { in madeNewBranch() 300 ProgramStateRef updateLoopStack(const Stmt *LoopStmt, ASTContext &ASTCtx, in updateLoopStack()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/ |
| H A D | InefficientVectorOperationCheck.cpp | 206 const Stmt *LoopStmt = ForLoop; in check() local
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 714 LoopExit(const Stmt *LoopStmt, const LocationContext *LC) in LoopExit()
|
| H A D | CFG.h | 1159 void appendLoopExit(const Stmt *LoopStmt, BumpVectorContext &C) { in appendLoopExit()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CFG.cpp | 869 void appendLoopExit(CFGBlock *B, const Stmt *LoopStmt) { in appendLoopExit() 1735 void CFGBuilder::addLoopExit(const Stmt *LoopStmt){ in addLoopExit()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 163 static OMPCanonicalLoop *create(const ASTContext &Ctx, Stmt *LoopStmt, in create()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 1577 StmtResult RebuildOMPCanonicalLoop(Stmt *LoopStmt) { in RebuildOMPCanonicalLoop()
|