Searched refs:getCounter (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp61 const Counter &getCounter() const { return Count; } function in class:__anon436::SourceMappingRegion
342 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart,
346 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart,
474 return Counter::getCounter(CounterMap[S]);
589 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, EndLoc);
603 SourceRegions.emplace_back(Region.getCounter(), StartLoc, NestedLoc);
667 Counter ExitCount = getRegion().getCounter();
738 ParentCounter = I.getCounter();
747 SourceRegions.emplace_back(I.getCounter(), Loc,
782 completeDeferred(Region.getCounter(), StartLo
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h132 static Counter getCounter(unsigned CounterId) { function in struct:llvm::coverage::Counter
806 Counter::getCounter(~0U),
807 Counter::getCounter(~0U));
814 Counter::getCounter(~0U),
815 Counter::getCounter(~0U));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp109 C = Counter::getCounter(T.CounterID);
112 Counter::getCounter(T.CounterID)));
121 Counter::getCounter(T.CounterID)));
H A DCoverageMappingReader.cpp115 C = Counter::getCounter(Value >> Counter::EncodingTagBits);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h278 const uint64_t *getCounter(ptrdiff_t Offset) const { function in class:llvm::RawInstrProfReader
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h736 inline counter *getCounter(counter_e idx) { return &_counters[idx]; } function in class:kmp_stats_list
901 __kmp_stats_thread_ptr->getCounter(COUNTER_##name)->increment()
H A Dkmp_stats.cpp852 allCounters[c].addSample((*it)->getCounter(c)->getValue());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp432 auto RawCounts = makeArrayRef(getCounter(CounterOffset), NumCounters);

Completed in 148 milliseconds