Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp49 const Stmt *getLoopStmt() const { return LoopStmt; } in getLoopStmt() function
80 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd()
329 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack()
H A DSymbolManager.cpp99 return Elem->castAs<CFGLoopExit>().getLoopStmt(); in getStmt()
H A DExprEngine.cpp993 ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred); in processCFGElement()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp158 if (const Stmt *S = castAs<LoopExit>().getLoopStmt()) in getSourceLocation()
217 << castAs<LoopExit>().getLoopStmt()->getStmtClassName() << '\"'; in printJson()
H A DCFG.cpp5966 OS << E.castAs<CFGLoopExit>().getLoopStmt()->getStmtClassName() in print_elem()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h726 const Stmt *getLoopStmt() const { in getLoopStmt() function
H A DCFG.h278 const Stmt *getLoopStmt() const { in getLoopStmt() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h184 SourceLocation getBeginLoc() const { return getLoopStmt()->getBeginLoc(); } in getBeginLoc()
185 SourceLocation getEndLoc() const { return getLoopStmt()->getEndLoc(); } in getEndLoc()
199 Stmt *getLoopStmt() { return SubStmts[LOOP_STMT]; } in getLoopStmt() function
200 const Stmt *getLoopStmt() const { return SubStmts[LOOP_STMT]; } in getLoopStmt() function
H A DRecursiveASTVisitor.h3061 TRY_TO(TraverseStmt(S->getLoopStmt()));
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp96 S = CanonLoop->getLoopStmt(); in tryToFindNextInnerLoop()
158 CurStmt = CanonLoop->getLoopStmt(); in doForAllLoops()
194 Body = CanonLoop->getLoopStmt(); in doForAllLoopsBodies()
H A DStmtPrinter.cpp733 PrintStmt(Node->getLoopStmt()); in VisitOMPCanonicalLoop()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1933 SimplifiedS = CanonLoop->getLoopStmt(); in emitBody()
2079 const Stmt *SyntacticalLoop = S->getLoopStmt(); in EmitOMPCanonicalLoop()
2773 if (const Stmt *SyntacticalLoop = CanonLoop->getLoopStmt()) { in isSimdSupportedByOpenMPIRBuilder()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9476 return getDerived().TransformStmt(L->getLoopStmt()); in TransformOMPCanonicalLoop()
H A DSemaOpenMP.cpp9211 S = CanonLoop->getLoopStmt(); in checkOpenMPIterationSpace()