Lines Matching defs:NumCounters
1663 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue();
1668 auto *CounterArrTy = ArrayType::get(CounterTy, NumCounters);
1670 std::vector<Constant *> InitialValues(NumCounters,
1677 auto *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters);
1800 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue();
1907 uint64_t NumCounters = TotalNS * NumCountersPerValueSite;
1916 if (NumCounters < INSTR_PROF_MIN_VAL_COUNTS)
1917 NumCounters = std::max(INSTR_PROF_MIN_VAL_COUNTS, (int)NumCounters * 2);
1926 ArrayType *VNodesTy = ArrayType::get(VNodeTy, NumCounters);