Home
last modified time | relevance | path

Searched refs:NumIters (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp73 const size_t NumIters = State.range(0); in BM_malloc_free_loop() local
75 std::vector<void *> Ptrs(NumIters); in BM_malloc_free_loop()
91 State.SetBytesProcessed(uint64_t(State.iterations()) * uint64_t(NumIters) * in BM_malloc_free_loop()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp807 unsigned NumIters = 0; in calculateLocalLiveness() local
811 ++NumIters; in calculateLocalLiveness()
855 NumIterations = NumIters; in calculateLocalLiveness()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1843 unsigned NumIters = 0; in computeRegUnitWeights() local
1844 for (bool Changed = true; Changed; ++NumIters) { in computeRegUnitWeights()
1845 assert(NumIters <= NumNativeRegUnits && "Runaway register unit weights"); in computeRegUnitWeights()
1846 (void) NumIters; in computeRegUnitWeights()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1824 unsigned NumIters = RealTySize / TySize; in emitInterWarpCopyFunction() local
1825 if (NumIters == 0) in emitInterWarpCopyFunction()
1835 if (NumIters > 1) { in emitInterWarpCopyFunction()
1847 Bld.CreateICmpULT(Cnt, llvm::ConstantInt::get(CGM.IntTy, NumIters)); in emitInterWarpCopyFunction()
1871 if (NumIters > 1) in emitInterWarpCopyFunction()
1946 if (NumIters > 1) in emitInterWarpCopyFunction()
1961 if (NumIters > 1) { in emitInterWarpCopyFunction()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp974 unsigned NumIters = Record.readInt(); in VisitOMPIteratorExpr() local
978 for (unsigned I = 0; I < NumIters; ++I) { in VisitOMPIteratorExpr()