/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Combiner.cpp | 144 unsigned Iteration = 0; in combineMachineInstrs() local 146 ++Iteration; in combineMachineInstrs() 147 LLVM_DEBUG(dbgs() << "\n\nCombiner iteration #" << Iteration << '\n'); in combineMachineInstrs() 182 << Iteration << '\n'); in combineMachineInstrs() 187 if (CInfo.MaxIterations && Iteration >= CInfo.MaxIterations) { in combineMachineInstrs() 190 << Iteration << '\n'); in combineMachineInstrs() 195 if (Iteration == 1) in combineMachineInstrs() 197 else if (Iteration == 2) in combineMachineInstrs()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | TimelineView.cpp | 219 unsigned Iteration, in printTimelineViewEntry() argument 221 if (Iteration == 0 && SourceIndex == 0) in printTimelineViewEntry() 223 OS << '[' << Iteration << ',' << SourceIndex << ']'; in printTimelineViewEntry() 289 for (unsigned Iteration = 0; Iteration < Iterations; ++Iteration) { in printTimeline() local 305 printTimelineViewEntry(FOS, Entry, Iteration, SourceIndex); in printTimeline()
|
H A D | TimelineView.h | 148 const TimelineViewEntry &E, unsigned Iteration,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 293 int Iteration : 30; member 312 return PairInfo::getHashValue({S.I, S.Iteration}); in getHashValue() 317 return PairInfo::isEqual({LHS.I, LHS.Iteration}, {RHS.I, RHS.Iteration}); in isEqual() 406 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument 407 assert(Iteration >= 0 && "Cannot have a negative iteration!"); in analyzeLoopUnrollCost() 415 for (;; --Iteration) { in analyzeLoopUnrollCost() 421 auto CostIter = InstCostMap.find({I, Iteration, 0, 0}); in analyzeLoopUnrollCost() 440 if (Iteration == 0) in analyzeLoopUnrollCost() 465 << Iteration << "): "); in analyzeLoopUnrollCost() 488 assert(Iteration > 0 && in analyzeLoopUnrollCost() [all …]
|
H A D | GVN.cpp | 2792 unsigned Iteration = 0; in runImpl() local 2794 LLVM_DEBUG(dbgs() << "GVN iteration: " << Iteration << "\n"); in runImpl() 2795 (void) Iteration; in runImpl() 2798 ++Iteration; in runImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopUnrollAnalyzer.h | 51 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer() argument 55 IterationNumber = SE.getConstant(APInt(64, Iteration)); in UnrolledInstAnalyzer()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | Utils.h | 26 inline Error finiteLoop(function_ref<Expected<bool>()> Iteration, 30 Expected<bool> IterationResultOrError = Iteration();
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CallGraphSCCPass.cpp | 528 unsigned Iteration = 0; in runOnModule() local 531 LLVM_DEBUG(if (Iteration) dbgs() in runOnModule() 532 << " SCCPASSMGR: Re-visiting SCC, iteration #" << Iteration in runOnModule() 536 } while (Iteration++ < MaxDevirtIterations && DevirtualizedCall); in runOnModule() 540 << Iteration in runOnModule() 543 MaxSCCIterations.updateMax(Iteration); in runOnModule()
|
H A D | CGSCCPassManager.cpp | 409 for (int Iteration = 0;; ++Iteration) { in run() local 483 if (Iteration >= MaxIterations) { in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FlattenCFG.cpp | 280 bool Iteration = true; in FlattenParallelAndOr() local 304 Iteration = false; in FlattenParallelAndOr() 309 } while (Iteration); in FlattenParallelAndOr()
|
/freebsd/contrib/libucl/doc/ |
H A D | api.md | 11 - [Iteration functions](#iteration-functions) 36 - [Iteration functions](#iteration-functions-1) 65 ### Iteration functions 378 # Iteration functions 380 Iteration are used to iterate over UCL compound types: arrays and objects. Moreover, iterations cou… 413 1. Iteration over complex objects with expanding all values 414 2. Iteration over complex objects without expanding of values 422 Iteration with expansion: 426 Iteration without expansion:
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.cpp | 152 struct Iteration { struct in clang::dataflow::__anon109acdc30111::HTMLLogger 167 std::vector<Iteration> Iters; 325 const Iteration &Iter = Iters[IterIdx]; in writeBlock()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MinidumpConstants.def | 1 //===- MinidumpConstants.def - Iteration over minidump constants-*- C++ -*-===//
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 5405 unsigned Iteration = 0; in combineInstructionsOverFunction() local 5407 ++Iteration; in combineInstructionsOverFunction() 5409 if (Iteration > Opts.MaxIterations && !Opts.VerifyFixpoint) { in combineInstructionsOverFunction() 5417 LLVM_DEBUG(dbgs() << "\n\nINSTCOMBINE ITERATION #" << Iteration << " on " in combineInstructionsOverFunction() 5429 if (Iteration > Opts.MaxIterations) { in combineInstructionsOverFunction() 5437 if (Iteration == 1) in combineInstructionsOverFunction() 5439 else if (Iteration == 2) in combineInstructionsOverFunction() 5441 else if (Iteration == 3) in combineInstructionsOverFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrVec.td | 1406 // Section 8.15.1 - VFIA (Vector Floating Iteration Add) 1410 // Section 8.15.2 - VFIS (Vector Floating Iteration Subtract) 1414 // Section 8.15.3 - VFIM (Vector Floating Iteration Multiply) 1418 // Section 8.15.4 - VFIAM (Vector Floating Iteration Add and Multiply) 1422 // Section 8.15.5 - VFISM (Vector Floating Iteration Subtract and Multiply) 1426 // Section 8.15.6 - VFIMA (Vector Floating Iteration Multiply and Add) 1430 // Section 8.15.7 - VFIMS (Vector Floating Iteration Multiply and Subtract)
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 1798 int Iteration = J; in peelPrologAndEpilogs() local 1801 for (size_t K = Iteration; K > I; K--) in peelPrologAndEpilogs()
|
/freebsd/lib/libomp/ |
H A D | kmp_i18n_default.inc | 315 "Iteration range too large in %1$s.",
|
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/ |
H A D | en_US.txt | 372 CnsIterationRangeTooLarge "Iteration range too large in %1$s."
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-containers_test.cc | 1424 TEST(StreamlikeTest, Iteration) { in TEST() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 11318 int Iteration = 0; in genericValueTraversal() local 11332 if (Iteration++ >= MaxPotentialValuesIterations) { in genericValueTraversal() 11334 << Iteration << "!\n"); in genericValueTraversal()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 2751 Iteration . . . . . . . . . . . . . . . 519--526 2764 Defining and Specifying Iteration and
|
H A D | funstack.in | 20961 title = "{Lucid}, a Nonprocedural Language with Iteration", 21030 …title = "Abstraction and Verification in {Alphard}: Defining and Specifying Iteration and G…
|