/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 444 else if (CS == For->getInc()) in TraverseForStmt() 445 CounterMap[For->getInc()] = NextCounter++; in TraverseForStmt() 768 if (S->getInc()) { in VisitForStmt() 770 CountMap[S->getInc()] = IncCount; in VisitForStmt() 771 Visit(S->getInc()); in VisitForStmt() 807 CountMap[S->getInc()] = IncCount; in VisitCXXForRangeStmt() 808 Visit(S->getInc()); in VisitCXXForRangeStmt()
|
H A D | CGStmt.cpp | 973 if (S.getInc()) in hasEmptyLoopBody() 1219 if (!S.getInc()) in EmitForStmt() 1233 Continue = S.getInc() ? getJumpDestInCurrentScope("for.inc") : CondDest; in EmitForStmt() 1286 if (S.getInc()) { in EmitForStmt() 1288 EmitStmt(S.getInc()); in EmitForStmt() 1290 incrementProfileCounter(S.getInc()); in EmitForStmt() 1391 EmitStmt(S.getInc()); in EmitCXXForRangeStmt()
|
H A D | CGStmtOpenMP.cpp | 2606 S, LoopScope.requiresCleanups(), S.getCond(), S.getInc(), in emitOMPSimdRegion() 3059 OuterLoopArgs.IncExpr = S.getInc(); in EmitOMPForOuterLoop() 3102 IncExpr = S.getInc(); in EmitOMPDistributeOuterLoop() 3268 CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc()); in EmitOMPDistributeSimdDirective() 3490 StaticChunkedOne ? S.getDistInc() : S.getInc(), in EmitOMPWorksharingLoop() 5885 CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc()); in EmitOMPDistributeDirective() 6874 CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc()); in emitTargetTeamsDistributeRegion() 6920 CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc()); in emitTargetTeamsDistributeSimdRegion() 6965 CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc()); in EmitOMPTeamsDistributeDirective() 6987 CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc()); in EmitOMPTeamsDistributeSimdDirective() [all …]
|
H A D | CoverageMappingGen.cpp | 1680 if (S->getInc()) in VisitForStmt() 1695 if (const Stmt *Inc = S->getInc()) { in VisitForStmt() 1698 IncCount = getRegionCounter(S->getInc()); in VisitForStmt()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 168 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); } in getInc() function 184 const Expr *getInc() const { in getInc() function
|
H A D | Stmt.h | 2829 Expr *getInc() { return reinterpret_cast<Expr*>(SubExprs[INC]); } 2834 const Expr *getInc() const { return reinterpret_cast<Expr*>(SubExprs[INC]); }
|
H A D | StmtOpenMP.h | 1348 Expr *getInc() const { return cast<Expr>(Data->getChildren()[IncOffset]); } in getInc() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IdenticalExprChecker.cpp | 385 if (!isIdenticalStmt(Ctx, ForStmt1->getInc(), ForStmt2->getInc(), in isIdenticalStmt()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 280 mark(S->getInc()); in VisitForStmt()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1062 if (isContainedByStmt(PM, FR->getInc(), S)) in isInLoopBody() 1071 if (isContainedByStmt(PM, FS->getInc(), S)) in isInLoopBody() 1420 return FS->getInc() == S || FS->getInit() == S; in isIncrementOrInitInForLoop() 1422 return FRS->getInc() == S || FRS->getRangeStmt() == S || in isIncrementOrInitInForLoop()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 691 const Expr *Inc = FS->getInc(); in reportDeadCode()
|
H A D | CFG.cpp | 3552 if (Stmt *I = F->getInc()) { in VisitForStmt() 4744 Succ = addStmt(S->getInc()); in VisitCXXForRangeStmt() 5556 if (F->getInc()) in VisitForStmt()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 412 if (Node->getInc()) { in VisitForStmt() 414 PrintExpr(Node->getInc()); in VisitForStmt()
|
H A D | ExprConstant.cpp | 5264 if (const auto *Inc = FS->getInc()) { in EvaluateStmt() 5483 if (const auto *Inc = FS->getInc()) { in EvaluateStmt() 5573 if (FS->getInc()->isValueDependent()) { in EvaluateStmt() 5574 if (!EvaluateDependentExpr(FS->getInc(), Info)) in EvaluateStmt() 5578 if (!EvaluateIgnoredValue(Info, FS->getInc())) in EvaluateStmt()
|
H A D | ASTImporter.cpp | 7018 auto ToInc = importChecked(Err, S->getInc()); in VisitForStmt() 7128 auto ToInc = importChecked(Err, S->getInc()); in VisitCXXForRangeStmt()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 289 Record.AddStmt(S->getInc()); in VisitForStmt() 1663 Record.AddStmt(S->getInc()); in VisitCXXForRangeStmt()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 4408 const Expr *Inc = S->getInc(); in visitForStmt() 4455 const Expr *Inc = S->getInc(); in visitCXXForRangeStmt()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 2996 const SDValue &getInc() const { return getOperand(1); }
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 2166 const Stmt *const Increment = Node.getInc(); in AST_MATCHER_P()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 8181 ExprResult Inc = getDerived().TransformExpr(S->getInc()); in TransformForStmt() 8186 if (S->getInc() && !FullInc.get()) in TransformForStmt() 8197 Inc.get() == S->getInc() && in TransformForStmt() 8885 ExprResult Inc = getDerived().TransformExpr(S->getInc()); in TransformCXXForRangeStmt() 8902 Inc.get() != S->getInc() || in TransformCXXForRangeStmt()
|
H A D | SemaOpenMP.cpp | 5632 Inc = For->getInc(); in ActOnOpenMPCanonicalLoop() 5639 Inc = RangeFor->getInc(); in ActOnOpenMPCanonicalLoop() 9247 HasErrors |= ISC.checkAndSetInc(For ? For->getInc() : CXXFor->getInc()); in checkOpenMPIterationSpace()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 9841 assert(N->getInc().getValueType().isInteger() && "Non integer update value"); in getMaskedHistogram()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 27970 SDValue Inc = HG->getInc(); in LowerVECTOR_HISTOGRAM()
|