Home
last modified time | relevance | path

Searched refs:getLoopStmt (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp48 const Stmt *getLoopStmt() const { return LoopStmt; } in getLoopStmt() function
78 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd()
259 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack()
H A DExprEngine.cpp604 ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred); in processCFGElement()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DProgramPoint.cpp110 Out << "LoopExit: " << LE.getLoopStmt()->getStmtClassName(); in print()
H A DCFG.cpp5190 const Stmt *LoopStmt = LE->getLoopStmt(); in print_elem()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h720 const Stmt *getLoopStmt() const { in getLoopStmt() function
H A DCFG.h270 const Stmt *getLoopStmt() const { in getLoopStmt() function