Searched refs:NumIters (Results 1 – 5 of 5) sorted by relevance
73 const size_t NumIters = State.range(0); in BM_malloc_free_loop() local75 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()
807 unsigned NumIters = 0; in calculateLocalLiveness() local811 ++NumIters; in calculateLocalLiveness()855 NumIterations = NumIters; in calculateLocalLiveness()
1843 unsigned NumIters = 0; in computeRegUnitWeights() local1844 for (bool Changed = true; Changed; ++NumIters) { in computeRegUnitWeights()1845 assert(NumIters <= NumNativeRegUnits && "Runaway register unit weights"); in computeRegUnitWeights()1846 (void) NumIters; in computeRegUnitWeights()
1824 unsigned NumIters = RealTySize / TySize; in emitInterWarpCopyFunction() local1825 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()
974 unsigned NumIters = Record.readInt(); in VisitOMPIteratorExpr() local978 for (unsigned I = 0; I < NumIters; ++I) { in VisitOMPIteratorExpr()