Home
last modified time | relevance | path

Searched defs:LoopStmt (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp28 static const Expr *getLoopCondition(const Stmt *LoopStmt) { in getLoopCondition()
46 unsigned BlockCount, const Stmt *LoopStmt) { in getWidenedLoopState()
H A DLoopUnrolling.cpp30 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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h715 LoopExit(const Stmt *LoopStmt, const LocationContext *LC) in LoopExit()
H A DCFG.h1158 void appendLoopExit(const Stmt *LoopStmt, BumpVectorContext &C) { in appendLoopExit()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp865 void appendLoopExit(CFGBlock *B, const Stmt *LoopStmt) { in appendLoopExit()
1727 void CFGBuilder::addLoopExit(const Stmt *LoopStmt){ in addLoopExit()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h163 static OMPCanonicalLoop *create(const ASTContext &Ctx, Stmt *LoopStmt, in create()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1553 StmtResult RebuildOMPCanonicalLoop(Stmt *LoopStmt) { in RebuildOMPCanonicalLoop()