| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LoopUnrollPass.cpp | 284 int Iteration : 30; member 303 return PairInfo::getHashValue({S.I, S.Iteration}); in getHashValue() 308 return PairInfo::isEqual({LHS.I, LHS.Iteration}, {RHS.I, RHS.Iteration}); in isEqual() 387 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument 388 assert(Iteration >= 0 && "Cannot have a negative iteration!"); in analyzeLoopUnrollCost() 396 for (;; --Iteration) { in analyzeLoopUnrollCost() 402 auto CostIter = InstCostMap.find({I, Iteration, 0, 0}); in analyzeLoopUnrollCost() 421 if (Iteration == 0) in analyzeLoopUnrollCost() 438 << Iteration << "): "); in analyzeLoopUnrollCost() 461 assert(Iteration > 0 && in analyzeLoopUnrollCost() [all …]
|
| D | GVN.cpp | 2470 unsigned Iteration = 0; in runImpl() local 2472 LLVM_DEBUG(dbgs() << "GVN iteration: " << Iteration << "\n"); in runImpl() 2475 ++Iteration; in runImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| 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 303 printTimelineViewEntry(FOS, Entry, Iteration, SourceIndex); in printTimeline()
|
| D | TimelineView.h | 148 const TimelineViewEntry &E, unsigned Iteration,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | LoopUnrollAnalyzer.h | 48 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer() argument 52 IterationNumber = SE.getConstant(APInt(64, Iteration)); in UnrolledInstAnalyzer()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | CallGraphSCCPass.cpp | 536 unsigned Iteration = 0; in runOnModule() local 539 LLVM_DEBUG(if (Iteration) dbgs() in runOnModule() 540 << " SCCPASSMGR: Re-visiting SCC, iteration #" << Iteration in runOnModule() 544 } while (Iteration++ < MaxDevirtIterations && DevirtualizedCall); in runOnModule() 548 << Iteration in runOnModule() 551 MaxSCCIterations.updateMax(Iteration); in runOnModule()
|
| D | CGSCCPassManager.cpp | 417 for (int Iteration = 0;; ++Iteration) { in run() local 490 if (Iteration >= MaxIterations) { in run()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | FlattenCFG.cpp | 282 bool Iteration = true; in FlattenParallelAndOr() local 307 Iteration = false; in FlattenParallelAndOr() 312 } while (Iteration); in FlattenParallelAndOr()
|
| /freebsd-12-stable/contrib/libucl/doc/ |
| 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-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | MinidumpConstants.def | 1 //===- MinidumpConstants.def - Iteration over minidump constants-*- C++ -*-===//
|
| /freebsd-12-stable/contrib/googletest/googletest/docs/ |
| D | PumpManual.md | 125 | `$for id sep [[ code ]]` | Iteration. The range of `id` must have been defined earlier. `$id` is …
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| D | VEInstrVec.td | 1379 // Section 8.15.1 - VFIA (Vector Floating Iteration Add) 1383 // Section 8.15.2 - VFIS (Vector Floating Iteration Subtract) 1387 // Section 8.15.3 - VFIM (Vector Floating Iteration Multiply) 1391 // Section 8.15.4 - VFIAM (Vector Floating Iteration Add and Multiply) 1395 // Section 8.15.5 - VFISM (Vector Floating Iteration Subtract and Multiply) 1399 // Section 8.15.6 - VFIMA (Vector Floating Iteration Multiply and Add) 1403 // Section 8.15.7 - VFIMS (Vector Floating Iteration Multiply and Subtract)
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstructionCombining.cpp | 4145 unsigned Iteration = 0; in combineInstructionsOverFunction() local 4148 ++Iteration; in combineInstructionsOverFunction() 4150 if (Iteration > InfiniteLoopDetectionThreshold) { in combineInstructionsOverFunction() 4156 if (Iteration > MaxIterations) { in combineInstructionsOverFunction() 4163 LLVM_DEBUG(dbgs() << "\n\nINSTCOMBINE ITERATION #" << Iteration << " on " in combineInstructionsOverFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| D | CoroFrame.cpp | 235 int Iteration = 0; in SuspendCrossingInfo() local 236 (void)Iteration; in SuspendCrossingInfo() 240 LLVM_DEBUG(dbgs() << "iteration " << ++Iteration); in SuspendCrossingInfo()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | ModuloSchedule.cpp | 1777 int Iteration = J; in peelPrologAndEpilogs() local 1780 for (size_t K = Iteration; K > I; K--) in peelPrologAndEpilogs()
|
| /freebsd-12-stable/lib/libomp/ |
| D | kmp_i18n_default.inc | 313 "Iteration range too large in %1$s.",
|
| /freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/i18n/ |
| D | en_US.txt | 369 CnsIterationRangeTooLarge "Iteration range too large in %1$s."
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | AttributorAttributes.cpp | 288 int Iteration = 0; in genericValueTraversal() local 302 if (Iteration++ >= MaxValues) in genericValueTraversal() 381 if (!VisitValueCB(*V, CtxI, State, Iteration > 1)) in genericValueTraversal()
|
| /freebsd-12-stable/contrib/googletest/googlemock/test/ |
| D | gmock-matchers_test.cc | 5309 TEST(StreamlikeTest, Iteration) { in TEST() argument
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | ChangeLog-2005 | 4099 * include/tr1/tuple_iterate.h: Iteration file for tuple.
|