Lines Matching defs:NumCounters
1660 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue();
1665 auto *CounterArrTy = ArrayType::get(CounterTy, NumCounters);
1667 std::vector<Constant *> InitialValues(NumCounters,
1674 auto *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters);
1798 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue();
1909 uint64_t NumCounters = TotalNS * NumCountersPerValueSite;
1918 if (NumCounters < INSTR_PROF_MIN_VAL_COUNTS)
1919 NumCounters = std::max(INSTR_PROF_MIN_VAL_COUNTS, (int)NumCounters * 2);
1928 ArrayType *VNodesTy = ArrayType::get(VNodeTy, NumCounters);