Searched refs:NumIters (Results 1 – 9 of 9) sorted by relevance
67 const size_t NumIters = State.range(0); in BM_malloc_free_loop() local69 void *Ptrs[NumIters]; in BM_malloc_free_loop()85 State.SetBytesProcessed(uint64_t(State.iterations()) * uint64_t(NumIters) * in BM_malloc_free_loop()
75 const size_t NumIters = State.range(0); in BM_malloc_free_loop() local77 std::vector<void *> Ptrs(NumIters); in BM_malloc_free_loop()93 State.SetBytesProcessed(uint64_t(State.iterations()) * uint64_t(NumIters) * in BM_malloc_free_loop()
627 unsigned NumIters = 0; in calculateLocalLiveness() local631 ++NumIters; in calculateLocalLiveness()674 NumIterations = NumIters; in calculateLocalLiveness()
762 unsigned NumIters = 0; in calculateLocalLiveness() local766 ++NumIters; in calculateLocalLiveness()811 NumIterations = NumIters; in calculateLocalLiveness()
808 unsigned NumIters = 0; in calculateLocalLiveness() local812 ++NumIters; in calculateLocalLiveness()857 NumIterations = NumIters; in calculateLocalLiveness()
1509 unsigned NumIters = 0; in computeRegUnitWeights() local1510 for (bool Changed = true; Changed; ++NumIters) { in computeRegUnitWeights()1511 assert(NumIters <= NumNativeRegUnits && "Runaway register unit weights"); in computeRegUnitWeights()
1794 unsigned NumIters = 0; in computeRegUnitWeights() local1795 for (bool Changed = true; Changed; ++NumIters) { in computeRegUnitWeights()1796 assert(NumIters <= NumNativeRegUnits && "Runaway register unit weights"); in computeRegUnitWeights()
2893 unsigned NumIters = RealTySize / TySize; in emitInterWarpCopyFunction() local2894 if (NumIters == 0) in emitInterWarpCopyFunction()2904 if (NumIters > 1) { in emitInterWarpCopyFunction()2916 Bld.CreateICmpULT(Cnt, llvm::ConstantInt::get(CGM.IntTy, NumIters)); in emitInterWarpCopyFunction()2940 if (NumIters > 1) { in emitInterWarpCopyFunction()3008 if (NumIters > 1) { in emitInterWarpCopyFunction()3025 if (NumIters > 1) { in emitInterWarpCopyFunction()
971 unsigned NumIters = Record.readInt(); in VisitOMPIteratorExpr() local975 for (unsigned I = 0; I < NumIters; ++I) { in VisitOMPIteratorExpr()