Searched defs:LoopStmt (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp28 static const Expr *getLoopCondition(const Stmt *LoopStmt) { argument
44 getWidenedLoopState(ProgramStateRef PrevState, const LocationContext *LCtx, unsigned BlockCount, const Stmt *LoopStmt) argument
[all...]
H A DLoopUnrolling.cpp30 const Stmt *LoopStmt; member in struct:LoopState
75 ProgramStateRef processLoopEnd(const Stmt *LoopStmt, ProgramStateRef State) { argument
199 bool shouldCompletelyUnroll(const Stmt *LoopStmt, ASTContext &ASTCtx, argument
231 madeNewBranch(ExplodedNode *N, const Stmt *LoopStmt) argument
251 updateLoopStack(const Stmt *LoopStmt, ASTContext &ASTCtx, ExplodedNode *Pred, unsigned maxVisitOnPath) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h715 LoopExit(const Stmt *LoopStmt, const LocationContext *LC) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp867 void appendLoopExit(CFGBlock *B, const Stmt *LoopStmt) { argument
1722 void CFGBuilder::addLoopExit(const Stmt *LoopStmt){ argument

Completed in 150 milliseconds