Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInliner.cpp505 unsigned NumIters = 0; in runOnFunctions() local
538 ++NumIters; in runOnFunctions()
539 } while (InlinedOnce && NumIters < opts::InlineMaxIters); in runOnFunctions()
543 << NumInlinedCallSites << " call sites in " << NumIters in runOnFunctions()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackColoring.cpp807 unsigned NumIters = 0; in calculateLocalLiveness() local
811 ++NumIters; in calculateLocalLiveness()
855 NumIterations = NumIters; in calculateLocalLiveness()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1835 unsigned NumIters = 0; in computeRegUnitWeights() local
1836 for (bool Changed = true; Changed; ++NumIters) { in computeRegUnitWeights()
1837 assert(NumIters <= NumNativeRegUnits && "Runaway register unit weights"); in computeRegUnitWeights()
1838 (void) NumIters; in computeRegUnitWeights()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2176 unsigned NumIters = RealTySize / TySize; in emitInterWarpCopyFunction() local
2177 if (NumIters == 0) in emitInterWarpCopyFunction()
2187 if (NumIters > 1) { in emitInterWarpCopyFunction()
2199 Bld.CreateICmpULT(Cnt, llvm::ConstantInt::get(CGM.IntTy, NumIters)); in emitInterWarpCopyFunction()
2223 if (NumIters > 1) in emitInterWarpCopyFunction()
2298 if (NumIters > 1) in emitInterWarpCopyFunction()
2313 if (NumIters > 1) { in emitInterWarpCopyFunction()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp968 unsigned NumIters = Record.readInt(); in VisitOMPIteratorExpr() local
972 for (unsigned I = 0; I < NumIters; ++I) { in VisitOMPIteratorExpr()