Home
last modified time | relevance | path

Searched refs:getInc (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp444 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 DCGStmt.cpp973 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 DCGStmtOpenMP.cpp2606 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 DCoverageMappingGen.cpp1680 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 DStmtCXX.h168 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); } in getInc() function
184 const Expr *getInc() const { in getInc() function
H A DStmt.h2829 Expr *getInc() { return reinterpret_cast<Expr*>(SubExprs[INC]); }
2834 const Expr *getInc() const { return reinterpret_cast<Expr*>(SubExprs[INC]); }
H A DStmtOpenMP.h1348 Expr *getInc() const { return cast<Expr>(Data->getChildren()[IncOffset]); } in getInc() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp385 if (!isIdenticalStmt(Ctx, ForStmt1->getInc(), ForStmt2->getInc(), in isIdenticalStmt()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp280 mark(S->getInc()); in VisitForStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1062 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 DReachableCode.cpp691 const Expr *Inc = FS->getInc(); in reportDeadCode()
H A DCFG.cpp3552 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 DStmtPrinter.cpp412 if (Node->getInc()) { in VisitForStmt()
414 PrintExpr(Node->getInc()); in VisitForStmt()
H A DExprConstant.cpp5264 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 DASTImporter.cpp7018 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 DASTWriterStmt.cpp289 Record.AddStmt(S->getInc()); in VisitForStmt()
1663 Record.AddStmt(S->getInc()); in VisitCXXForRangeStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp4408 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 DSelectionDAGNodes.h2996 const SDValue &getInc() const { return getOperand(1); }
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2166 const Stmt *const Increment = Node.getInc(); in AST_MATCHER_P()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8181 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 DSemaOpenMP.cpp5632 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 DSelectionDAG.cpp9841 assert(N->getInc().getValueType().isInteger() && "Non integer update value"); in getMaskedHistogram()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp27970 SDValue Inc = HG->getInc(); in LowerVECTOR_HISTOGRAM()