Searched defs:NumCounters (Results 1 – 9 of 9) sorted by relevance
26 uint64_t NumCounters = __llvm_profile_get_num_counters( in lprofGetLoadModuleSignature() local
278 const uint64_t NumCounters = in lprofWriteDataImpl() local
261 uint32_t NumCounters) { in addDataProbe()339 std::optional<uint64_t> NumCounters; in correlateProfileDataImpl() local
414 uint64_t NumCounters; in readNextRecord() local689 uint32_t NumCounters = swap(Data->NumCounters); in readRawCounts() local
103 uint32_t NumCounters; member
1663 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); in createRegionCounters() local1800 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); in createDataVariable() local1907 uint64_t NumCounters = TotalNS * NumCountersPerValueSite; in emitVNodes() local
902 unsigned NumCounters = in instrumentOneFunc() local1231 unsigned NumCounters = in setInstrumentedCounts() local
1245 auto *NumCounters = Builder.CreateLoad( in insertCounterWriteout() local
337 uptr NumCounters; variable